Skip to content

Commit 9db2f64

Browse files
committed
Merge remote-tracking branch 'master/2.x' into 2.x
2 parents 3897a65 + 1e360bf commit 9db2f64

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)