From a4cea7b2034d254b921ddf66201d200548f6988f Mon Sep 17 00:00:00 2001 From: whwyy Date: Wed, 6 Dec 2023 14:32:47 +0800 Subject: [PATCH] eee --- src/Annotate/Route.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Annotate/Route.php b/src/Annotate/Route.php index 1a1cb5d..1a44ffd 100644 --- a/src/Annotate/Route.php +++ b/src/Annotate/Route.php @@ -7,7 +7,7 @@ use Kiri\Router\Interface\InjectRouteInterface; use Kiri\Router\Router; use ReflectionException; -#[\Attribute(\Attribute::TARGET_METHOD)] +#[\Attribute(\Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)] class Route extends AbstractRequestMethod implements InjectRouteInterface {