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 558837b commit a623ba4Copy full SHA for a623ba4
Controller/Annotations/NoRoute.php
@@ -14,7 +14,7 @@
14
/**
15
* No Route annotation class
16
* @Annotation
17
- * @Target("METHOD")
+ * @Target({"METHOD","CLASS"})
18
*/
19
class NoRoute extends Route
20
{
0 commit comments