We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ca4463 + 1d9a7de commit 2dcf83bCopy full SHA for 2dcf83b
src/Attributes/Any.php
@@ -5,7 +5,7 @@
5
use Attribute;
6
use Illuminate\Routing\Router;
7
8
-#[Attribute(Attribute::TARGET_METHOD)]
+#[Attribute(Attribute::TARGET_METHOD | Attribute::IS_REPEATABLE)]
9
class Any extends Route
10
{
11
public function __construct(
src/Attributes/Route.php
@@ -6,7 +6,7 @@
use Illuminate\Support\Arr;
class Route implements RouteAttribute
12
public array $methods;
0 commit comments