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 5f54a2a commit 05da8e9Copy full SHA for 05da8e9
src/Service/Generator/Definition/TableDefinition.php
@@ -54,7 +54,6 @@ protected function generateData(): array
54
protected function generateFields(string $table, array $columns): array
55
{
56
$result = [];
57
-
58
if (0 !== count($columns)) {
59
foreach ($columns as $column) {
60
if ($column instanceof Column) {
0 commit comments