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 53b3d80 commit b73b899Copy full SHA for b73b899
src/lib/generators/RestActionGenerator.php
@@ -45,7 +45,6 @@ public function generate():array
45
{
46
$actions = [];
47
foreach ($this->config->getOpenApi()->paths as $path => $pathItem) {
48
-
49
if ($path[0] !== '/') {
50
throw new InvalidConfigException('Path must begin with /');
51
}
0 commit comments