mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
Made it to level 6!
This commit is contained in:
@@ -400,7 +400,7 @@ class User extends Authenticatable
|
||||
return $this->belongsToMany(Role::class);
|
||||
}
|
||||
|
||||
public function routeNotificationForPushover()
|
||||
public function routeNotificationForPushover(): PushoverReceiver
|
||||
{
|
||||
$appToken = (string) app('preferences')->getEncrypted('pushover_app_token', '')->data;
|
||||
$userToken = (string) app('preferences')->getEncrypted('pushover_user_token', '')->data;
|
||||
|
Reference in New Issue
Block a user