Addded dd fior checking web push #128
@@ -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