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')