Skip to content

Commit 33d2b38

Browse files
mpociotStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 0e60a1d commit 33d2b38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Mpociot/ApiDoc/Commands/GenerateDocumentation.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ private function getRoutes()
259259
return RouteFacade::getRoutes();
260260
} else {
261261
$allRouteCollections = app(\Dingo\Api\Routing\Router::class)->getRoutes();
262+
262263
return collect($allRouteCollections)
263264
->flatMap(function (RouteCollection $collection) {
264265
return $collection->getRoutes();

0 commit comments

Comments
 (0)