Skip to content

Commit 7721de0

Browse files
committed
Update NoRoute.php
1 parent 86b14b1 commit 7721de0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ubiquity/attributes/items/router/NoRoute.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* @author jc
1313
* @version 1.0.0
1414
*/
15-
#[Attribute(Attribute::TARGET_PROPERTY)]
15+
#[Attribute(Attribute::TARGET_METHOD)]
1616
class NoRoute extends BaseAttribute {
1717
use BaseAnnotationTrait;
1818
}

0 commit comments

Comments
 (0)