From c9d2edd7d5da260932d517453081b1eaf89e69bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 12 Aug 2021 15:07:24 +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/Service/Http.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/Server/Service/Http.php b/Server/Service/Http.php index 2489ccf7..affb9b43 100644 --- a/Server/Service/Http.php +++ b/Server/Service/Http.php @@ -6,8 +6,6 @@ namespace Server\Service; use Exception; use HttpServer\Exception\RequestException; use HttpServer\Route\Node; -use Kiri\Exception\NotFindClassException; -use ReflectionException; use Server\Events\OnAfterRequest; use Server\ResponseInterface; use Server\SInterface\OnClose;