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 bf79752 commit f8ffdd7Copy full SHA for f8ffdd7
src/Tqdev/PhpCrudApi/OpenApi/OpenApiColumnsBuilder.php
@@ -74,7 +74,6 @@ private function setPaths() /*: void*/
74
}
75
$this->openapi->set("paths|$path|$method|tags|0", "$type");
76
$this->openapi->set("paths|$path|$method|operationId", "$operation" . "_" . "$type");
77
- //die(var_dump([$operation,$type]));
78
if ("$operation-$type" == 'update-table') {
79
$this->openapi->set("paths|$path|$method|description", "rename table");
80
} else {
0 commit comments