We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba1b0dc commit 18bba71Copy full SHA for 18bba71
Annotation/Route.php
@@ -17,7 +17,7 @@ class_exists(\Symfony\Component\Routing\Attribute\Route::class);
17
18
if (false) {
19
#[\Attribute(\Attribute::IS_REPEATABLE | \Attribute::TARGET_CLASS | \Attribute::TARGET_METHOD)]
20
- class Route
+ class Route extends \Symfony\Component\Routing\Attribute\Route
21
{
22
}
23
Attribute/Route.php
@@ -20,6 +20,8 @@
*
* @author Fabien Potencier <fabien@symfony.com>
* @author Alexander M. Turek <me@derrabus.de>
+ *
24
+ * @final since Symfony 6.4
25
*/
26
27
class Route
0 commit comments