Skip to content

Commit fca0127

Browse files
committed
Create NoRoute.php
1 parent 4726553 commit fca0127

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?php
2+
3+
namespace Ubiquity\attributes\items;
4+
5+
use Ubiquity\annotations\BaseAnnotationTrait;
6+
use Attribute;
7+
8+
/**
9+
* Annotation NoRoute.
10+
* usage : #[NoRoute]
11+
*
12+
* @author jc
13+
* @version 1.0.0
14+
*/
15+
#[Attribute(Attribute::TARGET_PROPERTY)]
16+
class NoRoute extends BaseAttribute {
17+
use BaseAnnotationTrait;
18+
}

0 commit comments

Comments
 (0)