mirror of
https://github.com/friendica/friendica
synced 2024-11-18 16:23:41 +00:00
Coding standards
This commit is contained in:
parent
977d28353c
commit
5cf0da4140
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ Class PushSubscription
|
|||
|
||||
$notification = [
|
||||
'subscription' => Subscription::create([
|
||||
'endpoint' => $subscription['endpoint'],
|
||||
'endpoint' => $subscription['endpoint'],
|
||||
'publicKey' => $subscription['pubkey'],
|
||||
'authToken' => $subscription['secret'],
|
||||
]),
|
||||
|
@ -47,7 +47,7 @@ Class PushSubscription
|
|||
$notification['subscription'],
|
||||
$notification['payload']
|
||||
);
|
||||
|
||||
|
||||
$endpoint = $report->getRequest()->getUri()->__toString();
|
||||
|
||||
if ($report->isSuccess()) {
|
||||
|
|
Loading…
Reference in a new issue