This commit is contained in:
Michael 2021-08-15 00:43:07 +00:00
parent e28a4265c5
commit 167a12ef54
1 changed files with 4 additions and 4 deletions

View File

@ -54,7 +54,7 @@ class Subscription
* Fetch a VAPID key
* @return string
*/
public static function getVapidKey():string
public static function getVapidKey(): string
{
$keypair = DI::config()->get('system', 'ec_keypair');
if (empty($keypair)) {