There was an error while loading. Please reload this page.
1 parent e2dbfb0 commit dfbd354Copy full SHA for dfbd354
src/LaravelRequestDocs.php
@@ -190,7 +190,7 @@ public function getControllersInfo(array $onlyMethods): Collection
190
}
191
192
$pathParameters = [];
193
- $pp = $this->routePath->getPathParameters($route);
+ $pp = $this->routePath->getPathParameters($route);
194
// same format as rules
195
foreach ($pp as $k => $v) {
196
$pathParameters[$k] = [$v];
0 commit comments