v1.5.23 added when a multi or just a event is achieve remove it from index pages
This commit is contained in:
@@ -32,10 +32,11 @@ class PushNews extends Notification
|
||||
{
|
||||
return (new WebPushMessage)
|
||||
->title('Ny Nyhed')
|
||||
->icon('/images/icons/appIcon.png')
|
||||
->body('Der er en ny nyhed i ekapp\'en')
|
||||
->badge('/images/icons/appIcon.png')
|
||||
->action('Se nyheder', route('root.index'));
|
||||
->icon('/images/icons/appIcon.svg')
|
||||
->body('Der er kommet en ny nyhed i ekapp\'en')
|
||||
->badge('/images/icons/appIcon.svg')
|
||||
->vibrate([100, 200, 100, 200, 300])
|
||||
->action('Klik her for at se nyheder', route('root.index'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user