From d3333249352aba43d600edbb67d8fbd2f7e76ada Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Sat, 24 Jan 2026 14:30:44 +0530 Subject: [PATCH] Addded dd fior checking web push --- app/Notifications/PushAlertNotification.php | 2 ++ 1 file changed, 2 insertions(+) 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')