Skip to content

Commit 41433cc

Browse files
fixed undefined array key errors
1 parent 21969e7 commit 41433cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/PushTransports/WebPushTransport.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,10 @@ public function registerSubscription($subsciptionId, $options) {
7777

7878
return [
7979
'success' => True,
80+
'errors' => [],
81+
'responseStatus' => null, // use default
8082
'response' => "",
83+
'unsubscribeLink' => null, // use default
8184
];
8285
}
8386

0 commit comments

Comments
 (0)