Skip to content

Commit

Permalink
Update CurdService.php
Browse files Browse the repository at this point in the history
  • Loading branch information
funadmin authored Jul 2, 2023
1 parent dd99593 commit 9d5b8bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/curd/service/CurdService.php
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,6 @@ protected function getFormData()
$formFieldData .= "{:form_editor('{$vo['name']}', ['label'=>'{$name}','verify' => '{$vo['required']}'])}" . PHP_EOL;
}
}
var_dump($formFieldData);DIE;
return $formFieldData;
}

Expand Down

0 comments on commit 9d5b8bc

Please sign in to comment.