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 fca0127 commit a01b48aCopy full SHA for a01b48a
src/Ubiquity/attributes/AttributesEngine.php
@@ -12,6 +12,7 @@
12
use Ubiquity\attributes\items\JoinTable;
13
use Ubiquity\attributes\items\ManyToMany;
14
use Ubiquity\attributes\items\ManyToOne;
15
+use Ubiquity\attributes\items\NoRoute;
16
use Ubiquity\attributes\items\OneToMany;
17
use Ubiquity\attributes\items\rest\Authorization;
18
use Ubiquity\attributes\items\rest\Rest;
@@ -85,6 +86,7 @@ public function start(string $cacheDirectory): void {
85
86
'patch' => Patch::class,
87
'delete' => Delete::class,
88
'options' => Options::class,
89
+ 'noRoute' => NoRoute::class,
90
'rest' => Rest::class,
91
'authorization' => Authorization::class,
92
'autowired' => Autowired::class,
0 commit comments