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 a427dd3 commit b8ea70aCopy full SHA for b8ea70a
src/Console/Command/Docs.php
@@ -96,7 +96,7 @@ protected function getControllers()
96
foreach ($this->router->getRoutes() as $collections) {
97
foreach ($collections as $route) {
98
if ($controller = $route->getController()) {
99
- if(!$controllers->contains($controller)) {
+ if (!$controllers->contains($controller)) {
100
$controllers->push($controller);
101
}
102
0 commit comments