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.
2 parents 649743c + 0351ab5 commit cb45e67Copy full SHA for cb45e67
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