diff --git a/src/Illuminate/Notifications/Events/NotificationFailed.php b/src/Illuminate/Notifications/Events/NotificationFailed.php new file mode 100644 index 000000000000..e7fc50cb8fa7 --- /dev/null +++ b/src/Illuminate/Notifications/Events/NotificationFailed.php @@ -0,0 +1,51 @@ +channel = $channel; + $this->notifiable = $notifiable; + $this->notification = $notification; + $this->data = $data; + } +}