There was an error while loading. Please reload this page.
1 parent 4f1eb60 commit d69342bCopy full SHA for d69342b
src/LaravelRequestDocs.php
@@ -189,10 +189,7 @@ public function getControllersInfo(array $onlyMethods): Collection
189
$controllerName = (new ReflectionClass($controllerFullPath))->getShortName();
190
}
191
192
- $paths = [];
193
- if (Str::startsWith($route->uri, 'user')) {
194
- $paths = $this->routePath->getPaths($route);
195
- }
+ $paths = $this->routePath->getPaths($route);
196
197
$doc = new Doc(
198
$route->uri,
0 commit comments