From 484685bbde6369a0b4b2db913b3c64bf6bb9b01c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 15 Apr 2021 14:35:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- System/Event.php | 1 - 1 file changed, 1 deletion(-) diff --git a/System/Event.php b/System/Event.php index 73a6325a..26926c29 100644 --- a/System/Event.php +++ b/System/Event.php @@ -61,7 +61,6 @@ class Event extends BaseObject const SERVER_HANDSHAKE = 'on handshake'; const SERVER_MESSAGE = 'on message'; - const SERVER_CLOSE = 'on close'; const SERVER_CLIENT_CLOSE = 'SERVER:CLIENT:CLOSE';