From 32983862fba713c246270fdba15e02c09dd06a2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 22 Apr 2021 14:28:07 +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/OnRequest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/HttpServer/Events/OnRequest.php b/HttpServer/Events/OnRequest.php index 108b0e43..8e048364 100644 --- a/HttpServer/Events/OnRequest.php +++ b/HttpServer/Events/OnRequest.php @@ -9,10 +9,8 @@ use HttpServer\Abstracts\Callback; use HttpServer\Exception\ExitException; use HttpServer\Http\Request as HRequest; use HttpServer\Http\Response as HResponse; -use ReflectionException; use Snowflake\Error\Logger; use Snowflake\Event; -use Snowflake\Exception\NotFindClassException; use Snowflake\Snowflake; use Swoole\Error; use Swoole\Http\Request;