Compare commits
2 Commits
07c642e3bd
...
02dea13222
| Author | SHA1 | Date | |
|---|---|---|---|
| 02dea13222 | |||
|
|
d93d55bb69 |
@@ -65,7 +65,6 @@ class PushAlertNotification extends Notification
|
|||||||
public function toWebPush($notifiable, $notification)
|
public function toWebPush($notifiable, $notification)
|
||||||
{
|
{
|
||||||
|
|
||||||
dd($this->title,$this->body);
|
|
||||||
return (new WebPushMessage)
|
return (new WebPushMessage)
|
||||||
->title($this->title)
|
->title($this->title)
|
||||||
->icon('/pwa-192x192.png')
|
->icon('/pwa-192x192.png')
|
||||||
|
|||||||
Reference in New Issue
Block a user