Compare commits

...

2 Commits

Author SHA1 Message Date
33e3b247b3 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
2026-01-24 09:00:56 +00:00
dhanabalan
d333324935 Addded dd fior checking web push
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 10s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 9s
Gemini PR Review / Gemini PR Review (pull_request) Successful in 13s
Laravel Larastan / larastan (pull_request) Failing after 2m34s
Laravel Pint / pint (pull_request) Failing after 2m33s
2026-01-24 14:30:44 +05:30

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