removed dd in push notification #130

Merged
jothi merged 1 commits from ranjith-dev into master 2026-01-24 09:25:29 +00:00

View File

@@ -65,7 +65,6 @@ class PushAlertNotification extends Notification
public function toWebPush($notifiable, $notification) public function toWebPush($notifiable, $notification)
{ {
dd($this->title,$this->body);
return (new WebPushMessage) return (new WebPushMessage)
->title($this->title) ->title($this->title)
->icon('/pwa-192x192.png') ->icon('/pwa-192x192.png')