From 92b782b596dcd92f27ae237639dc2dda3eb80f2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 31 Mar 2021 18:02:47 +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/OnClose.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/HttpServer/Events/OnClose.php b/HttpServer/Events/OnClose.php index fe828050..77bc5e39 100644 --- a/HttpServer/Events/OnClose.php +++ b/HttpServer/Events/OnClose.php @@ -4,17 +4,11 @@ declare(strict_types=1); namespace HttpServer\Events; -use Annotation\Route\Socket; use HttpServer\Abstracts\Callback; -use HttpServer\Http\Request; use Snowflake\Event; -use Snowflake\Exception\ComponentException; -use Snowflake\Exception\ConfigException; -use Snowflake\Exception\NotFindClassException; use Snowflake\Snowflake; use Swoole\Server; use Exception; -use Swoole\WebSocket\Server as WebsocketServer; /** * Class OnClose