From 0cfa4bf3c76a1296bab960f0a6a46f48d30de16c Mon Sep 17 00:00:00 2001 From: v Date: Fri, 29 Aug 2025 22:21:47 +0800 Subject: [PATCH] =?UTF-8?q?up.=20=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/subscribe/GatewaySubscribe.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/subscribe/GatewaySubscribe.php b/app/subscribe/GatewaySubscribe.php index d610429..1f22b39 100644 --- a/app/subscribe/GatewaySubscribe.php +++ b/app/subscribe/GatewaySubscribe.php @@ -28,6 +28,7 @@ class GatewaySubscribe */ public function subscribe(Event $event): void { + var_dump("事件订阅"); $event->listen('clientLogin', [$this,'onClientLogin']); $event->listen('lockClient',[$this,'onLockClient']); $event->listen('clientClose',[$this,'onClientClose']);