There was an error while loading. Please reload this page.
1 parent b1e2a18 commit 585a0f4Copy full SHA for 585a0f4
src/LaravelRequestDocs.php
@@ -74,7 +74,6 @@ public function getControllersInfo(): array
74
}
75
76
try {
77
-
78
$actionControllerName = $route->action['controller'] ?? $route->action["0"];
79
/// Show Pnly Controller Name
80
$controllerFullPath = explode('@', $actionControllerName)[0];
0 commit comments