Compare commits
2 Commits
0bcc8d2113
...
33e3b247b3
| Author | SHA1 | Date | |
|---|---|---|---|
| 33e3b247b3 | |||
|
|
d333324935 |
@@ -64,6 +64,8 @@ class PushAlertNotification extends Notification
|
||||
|
||||
public function toWebPush($notifiable, $notification)
|
||||
{
|
||||
|
||||
dd($this->title,$this->body);
|
||||
return (new WebPushMessage)
|
||||
->title($this->title)
|
||||
->icon('/pwa-192x192.png')
|
||||
|
||||
Reference in New Issue
Block a user