diff --git a/app/Notifications/PushAlertNotification.php b/app/Notifications/PushAlertNotification.php index 4a8ac79..e0f5915 100644 --- a/app/Notifications/PushAlertNotification.php +++ b/app/Notifications/PushAlertNotification.php @@ -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')