Styling
This commit is contained in:
parent
e28a4265c5
commit
167a12ef54
1 changed files with 4 additions and 4 deletions
|
@ -41,9 +41,9 @@ class Subscription
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Delete a subscription record
|
* Delete a subscription record
|
||||||
* @param int $applicationid
|
* @param int $applicationid
|
||||||
* @param int $uid
|
* @param int $uid
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
public static function delete(int $applicationid, int $uid)
|
public static function delete(int $applicationid, int $uid)
|
||||||
{
|
{
|
||||||
|
@ -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)) {
|
||||||
|
|
Loading…
Reference in a new issue