From 7133aeb936d4a86adbcaabbe44ee7da3c5344ea3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 2 Mar 2021 11:53:19 +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 --- HttpServer/Events/OnManagerStart.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/HttpServer/Events/OnManagerStart.php b/HttpServer/Events/OnManagerStart.php index d90352ea..11ef4c57 100644 --- a/HttpServer/Events/OnManagerStart.php +++ b/HttpServer/Events/OnManagerStart.php @@ -9,8 +9,6 @@ use HttpServer\Abstracts\Callback; use Snowflake\Abstracts\Config; use Snowflake\Event; use Snowflake\Snowflake; -use Swoole\Coroutine; -use Swoole\Process; use Swoole\Server;