From 776a2511235bbabf98a30aea1462a4906f0d77cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 6 Aug 2021 14:24:02 +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 --- Server/ServerManager.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Server/ServerManager.php b/Server/ServerManager.php index 54a6a758..6ff438c4 100644 --- a/Server/ServerManager.php +++ b/Server/ServerManager.php @@ -194,7 +194,6 @@ class ServerManager extends Abstracts\Server Constant::MANAGER_STOP => '', Constant::BEFORE_RELOAD => '', Constant::AFTER_RELOAD => '', - Constant::DISCONNECT => '', Constant::START => '', ]); }