From a05b642460c1abfaec248ad03a99e273562cd67e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 4 Sep 2020 12:03:28 +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/Route/Router.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/HttpServer/Route/Router.php b/HttpServer/Route/Router.php index 574bf9f4..7525ea9e 100644 --- a/HttpServer/Route/Router.php +++ b/HttpServer/Route/Router.php @@ -6,15 +6,12 @@ namespace HttpServer\Route; use Closure; use Exception; use HttpServer\Http\Context; -use HttpServer\Controller; use HttpServer\IInterface\RouterInterface; use HttpServer\Application; use HttpServer\Route\Annotation\Annotation; -use ReflectionException; use Snowflake\Abstracts\Config; use Snowflake\Core\JSON; use Snowflake\Exception\ConfigException; -use Snowflake\Exception\NotFindClassException; use Snowflake\Snowflake; /**