Skip to content

Commit 4c8fbf3

Browse files
authored
Update ColumnsGenerator.php
1 parent b9215db commit 4c8fbf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Services/Generators/ColumnsGenerator.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function generate(Model $model, array $options = []): string
3434
"\n",
3535
$this->resolveColumnType($column),
3636
'$' . $column->getName(),
37-
$column->getComment(),
37+
$column->getComment(),
3838
);
3939
}
4040

@@ -105,4 +105,4 @@ protected function getJsonCastType(string $column): string
105105

106106
return 'string';
107107
}
108-
}
108+
}

0 commit comments

Comments
 (0)