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 0e60a1d commit 33d2b38Copy full SHA for 33d2b38
src/Mpociot/ApiDoc/Commands/GenerateDocumentation.php
@@ -259,6 +259,7 @@ private function getRoutes()
259
return RouteFacade::getRoutes();
260
} else {
261
$allRouteCollections = app(\Dingo\Api\Routing\Router::class)->getRoutes();
262
+
263
return collect($allRouteCollections)
264
->flatMap(function (RouteCollection $collection) {
265
return $collection->getRoutes();
0 commit comments