v1.5.2A - Notification fixes
This commit is contained in:
parent
2a5a194604
commit
3d94f32bd5
|
@ -34,7 +34,8 @@ class PushNews extends Notification
|
|||
->title('Ny Nyhed')
|
||||
->icon('/images/icons/appIcon.png')
|
||||
->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'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue