Skip to content

Commit e4cdcf6

Browse files
committed
2 parents 9ee9f64 + 2ec875b commit e4cdcf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PusherChannel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function send($notifiable, Notification $notification)
4949

5050
if (! in_array($response['status'], [200, 202])) {
5151
$this->events->fire(
52-
new NotificationFailed($notifiable, $notification, $response)
52+
new NotificationFailed($notifiable, $notification, 'pusher-push-notifications', $response)
5353
);
5454
}
5555
}

0 commit comments

Comments
 (0)