Styling
This commit is contained in:
@@ -54,7 +54,7 @@ class Subscription
|
|||||||
* Fetch a VAPID key
|
* Fetch a VAPID key
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public static function getVapidKey():string
|
public static function getVapidKey(): string
|
||||||
{
|
{
|
||||||
$keypair = DI::config()->get('system', 'ec_keypair');
|
$keypair = DI::config()->get('system', 'ec_keypair');
|
||||||
if (empty($keypair)) {
|
if (empty($keypair)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user