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 e2441f6 commit d209f5dCopy full SHA for d209f5d
src/Generators/RoutesGenerator.php
@@ -53,7 +53,7 @@ public function generate(SpecObjectInterface $specObject): void
53
$routesPath,
54
$this->replacePlaceholders($template, [
55
'{{ controller_namespaces }}' => $controllerNamespacesStrings,
56
- '{{ routes }}' => $routesStrings
+ '{{ routes }}' => $routesStrings,
57
])
58
);
59
}
0 commit comments