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
+2 -1
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'));
} }
/** /**