From 6f54bbd7008c5062bd3ea9c13e2b0f6f9c2c3fd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 30 Mar 2021 11:34:21 +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 --- Annotation/Route/Route.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/Annotation/Route/Route.php b/Annotation/Route/Route.php index 38fd42d9..5c4751a8 100644 --- a/Annotation/Route/Route.php +++ b/Annotation/Route/Route.php @@ -7,10 +7,7 @@ namespace Annotation\Route; use Annotation\Attribute; use Exception; use HttpServer\Route\Router; -use ReflectionException; -use Snowflake\Exception\ComponentException; use Snowflake\Exception\ConfigException; -use Snowflake\Exception\NotFindClassException; use Snowflake\Snowflake; #[\Attribute(\Attribute::TARGET_METHOD)] class Route extends Attribute