diff --git a/app/Notifications/User/UserNotification.php b/app/Notifications/User/UserNotification.php index 3bc742a..26a53dd 100644 --- a/app/Notifications/User/UserNotification.php +++ b/app/Notifications/User/UserNotification.php @@ -67,7 +67,7 @@ public function toArray(): array return [ 'title' => $this->title, 'content' => $this->content, - 'event' => 'notification', + 'event' => 'notifications', ]; } }