Merge pull request 'removed dd in push notification' (#130) from ranjith-dev into master
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 12s
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 12s
Reviewed-on: #130
This commit was merged in pull request #130.
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user