This commit is contained in:
2023-12-06 14:32:47 +08:00
parent bf842e1591
commit a4cea7b203
+1 -1
View File
@@ -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
{