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