Standards

This commit is contained in:
Michael 2021-08-15 21:30:27 +00:00
parent 69f11c4a84
commit 2c1b33af87
1 changed files with 3 additions and 3 deletions

View File

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