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;