From db6f14ab79b861ca5a678fc9b57510a6efa9cdfa Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Fri, 13 Jan 2023 22:41:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BA=20=E5=A4=8D?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Notifications/User/UserNotification.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ]; } }