Skip to content

Commit b8ea70a

Browse files
committed
cs
1 parent a427dd3 commit b8ea70a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Command/Docs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ protected function getControllers()
9696
foreach ($this->router->getRoutes() as $collections) {
9797
foreach ($collections as $route) {
9898
if ($controller = $route->getController()) {
99-
if(!$controllers->contains($controller)) {
99+
if (!$controllers->contains($controller)) {
100100
$controllers->push($controller);
101101
}
102102
}

0 commit comments

Comments
 (0)