Skip to content

Commit f8ffdd7

Browse files
committed
fix for #794
1 parent bf79752 commit f8ffdd7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Tqdev/PhpCrudApi/OpenApi/OpenApiColumnsBuilder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ private function setPaths() /*: void*/
7474
}
7575
$this->openapi->set("paths|$path|$method|tags|0", "$type");
7676
$this->openapi->set("paths|$path|$method|operationId", "$operation" . "_" . "$type");
77-
//die(var_dump([$operation,$type]));
7877
if ("$operation-$type" == 'update-table') {
7978
$this->openapi->set("paths|$path|$method|description", "rename table");
8079
} else {

0 commit comments

Comments
 (0)