Skip to content

Commit a01b48a

Browse files
committed
Update AttributesEngine.php
1 parent fca0127 commit a01b48a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Ubiquity/attributes/AttributesEngine.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
use Ubiquity\attributes\items\JoinTable;
1313
use Ubiquity\attributes\items\ManyToMany;
1414
use Ubiquity\attributes\items\ManyToOne;
15+
use Ubiquity\attributes\items\NoRoute;
1516
use Ubiquity\attributes\items\OneToMany;
1617
use Ubiquity\attributes\items\rest\Authorization;
1718
use Ubiquity\attributes\items\rest\Rest;
@@ -85,6 +86,7 @@ public function start(string $cacheDirectory): void {
8586
'patch' => Patch::class,
8687
'delete' => Delete::class,
8788
'options' => Options::class,
89+
'noRoute' => NoRoute::class,
8890
'rest' => Rest::class,
8991
'authorization' => Authorization::class,
9092
'autowired' => Autowired::class,

0 commit comments

Comments
 (0)