v1.5.2A - Notification fixes

This commit is contained in:
Frederik Milling Pytlick 2020-12-01 08:37:17 +01:00 committed by GitHub
parent 2a5a194604
commit 3d94f32bd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,8 @@ class PushNews extends Notification
->title('Ny Nyhed') ->title('Ny Nyhed')
->icon('/images/icons/appIcon.png') ->icon('/images/icons/appIcon.png')
->body('Der er en ny nyhed i ekapp\'en') ->body('Der er en ny nyhed i ekapp\'en')
->action('Se nyheder', 'root.index'); ->badge('/images/icons/appIcon.png')
->action('Se nyheder', route('root.index'));
} }
/** /**