Addded dd fior checking web push #128

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

View File

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