From 418b470df364585eab3897c157e25c02d9ac3b4f Mon Sep 17 00:00:00 2001 From: xl Date: Fri, 26 May 2023 18:26:45 +0800 Subject: [PATCH] qqq --- src/Annotate/AbstractRequestMethod.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Annotate/AbstractRequestMethod.php b/src/Annotate/AbstractRequestMethod.php index 544e523..c58c49f 100644 --- a/src/Annotate/AbstractRequestMethod.php +++ b/src/Annotate/AbstractRequestMethod.php @@ -4,9 +4,6 @@ declare(strict_types=1); namespace Kiri\Router\Annotate; use Kiri\Router\Base\Middleware as MiddlewareManager; -use Kiri\Router\Interface\ValidatorInterface; -use Kiri\Router\Validator\Validator; -use Kiri\Router\Validator\ValidatorMiddleware; use ReflectionException; abstract class AbstractRequestMethod