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.
2 parents 9ee9f64 + 2ec875b commit e4cdcf6Copy full SHA for e4cdcf6
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