Standards

This commit is contained in:
Michael 2021-08-15 21:30:27 +00:00
parent 69f11c4a84
commit 2c1b33af87

View file

@ -45,12 +45,12 @@ class PushSubscription
$auth = [ $auth = [
'VAPID' => [ 'VAPID' => [
'subject' => DI::baseUrl()->getHostname(), 'subject' => DI::baseUrl()->getHostname(),
'publicKey' => ModelSubscription::getPublicVapidKey(), 'publicKey' => ModelSubscription::getPublicVapidKey(),
'privateKey' => ModelSubscription::getPrivateVapidKey(), 'privateKey' => ModelSubscription::getPrivateVapidKey(),
], ],
]; ];
$webPush = new WebPush($auth); $webPush = new WebPush($auth);
$report = $webPush->sendOneNotification( $report = $webPush->sendOneNotification(