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 ea09e68 commit cd3d9afCopy full SHA for cd3d9af
src/lib/generators/ControllersGenerator.php
@@ -59,7 +59,7 @@ public function generate():CodeFiles
59
$controllerPath = $path;
60
/**
61
* @var RestAction|FractalAction $action
62
- **/
+ */
63
$action = $actions[0];
64
if ($action->prefix && !empty($action->prefixSettings)) {
65
$controllerNamespace = trim($action->prefixSettings['namespace'], '\\');
0 commit comments