Merge pull request 'Addded dd fior checking web push' (#128) from ranjith-dev into master
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 10s

Reviewed-on: #128
This commit was merged in pull request #128.
This commit is contained in:
2026-01-24 09:00:56 +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')