fix #3
This commit is contained in:
parent
6af07f6f8d
commit
530dbd2d07
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ class WebPushTransport extends Transport {
|
|||
$xmlService = new Service();
|
||||
|
||||
$content = $xmlService->write('{DAV:Push}push-message', [
|
||||
'topic' => $collectionName,
|
||||
'{DAV:Push}topic' => $collectionName,
|
||||
]);
|
||||
|
||||
$options = [
|
||||
|
|
Loading…
Reference in a new issue