From d93d55bb694c6e3b2526861e3d2b3f4e71dd5130 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Sat, 24 Jan 2026 14:55:15 +0530 Subject: [PATCH] removed dd in push notification --- app/Notifications/PushAlertNotification.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Notifications/PushAlertNotification.php b/app/Notifications/PushAlertNotification.php index e0f5915..bd9ca01 100644 --- a/app/Notifications/PushAlertNotification.php +++ b/app/Notifications/PushAlertNotification.php @@ -65,7 +65,6 @@ class PushAlertNotification extends Notification public function toWebPush($notifiable, $notification) { - dd($this->title,$this->body); return (new WebPushMessage) ->title($this->title) ->icon('/pwa-192x192.png')