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 b5f540b commit b9ff594Copy full SHA for b9ff594
src/Console/Command/Docs.php
@@ -150,7 +150,7 @@ protected function getControllers()
150
151
foreach ($this->router->getRoutes() as $collections) {
152
foreach ($collections as $route) {
153
- if ($controller = $route->getController()) {
+ if ($controller = $route->getControllerInstance()) {
154
$this->addControllerIfNotExists($controllers, $controller);
155
}
156
0 commit comments