From 32af6abeb2a0eaf0d80cc93464e3fc6bdb4415df Mon Sep 17 00:00:00 2001 From: lkddi Date: Sun, 26 Apr 2026 21:06:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Events/UserKicked.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Events/UserKicked.php b/app/Events/UserKicked.php index ee3b314..6584449 100644 --- a/app/Events/UserKicked.php +++ b/app/Events/UserKicked.php @@ -3,7 +3,7 @@ /** * 文件功能:用户被踢出房间广播事件 * - * 管理员踢出/冻结用户时触发,前端监听后强制该用户跳转至大厅。 + * 管理员踢出/封禁用户时触发,前端监听后强制该用户跳转至大厅。 * * @author ChatRoom Laravel *