We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 286f9f4 commit 8439991Copy full SHA for 8439991
src/PusherChannel.php
@@ -49,7 +49,7 @@ public function send($notifiable, Notification $notification)
49
50
if (! in_array($response['status'], [200, 202])) {
51
$this->events->fire(
52
- new NotificationFailed($notifiable, $notification, $response)
+ new NotificationFailed($notifiable, $notification, 'pusher-push-notifications', $response)
53
);
54
}
55
0 commit comments