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 1c1f86b commit 955f9f1Copy full SHA for 955f9f1
Console/Descriptor/TextDescriptor.php
@@ -56,7 +56,7 @@ protected function describeRouteCollection(RouteCollection $routes, array $optio
56
57
if ($showControllers) {
58
$controller = $route->getDefault('_controller');
59
- $row[] = $this->formatCallable($controller);
+ $row[] = $controller ? $this->formatCallable($controller) : '';
60
}
61
62
$tableRows[] = $row;
0 commit comments