We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ab761b commit 0da0128Copy full SHA for 0da0128
1 file changed
src/Builder/RouterBuilder.php
@@ -28,6 +28,8 @@ public function build(): Router
28
$routes = $this->cache?->get($this->cacheKey);
29
if ($routes !== null) {
30
$this->mapRoutes($router, $routes);
31
+
32
+ return $router;
33
}
34
35
foreach ($this->classDirectories as $classDirectory) {
0 commit comments