diff --git a/src/PusherChannel.php b/src/PusherChannel.php index f4ec8b5..f1659cf 100644 --- a/src/PusherChannel.php +++ b/src/PusherChannel.php @@ -49,7 +49,7 @@ public function send($notifiable, Notification $notification): void ); } catch (Throwable $exception) { $this->events->dispatch( - new NotificationFailed($notifiable, $notification, 'pusher-push-notifications') + new NotificationFailed($notifiable, $notification, 'pusher-push-notifications', ['exception' => $exception]) ); } }