Skip to content

Commit 8ffb097

Browse files
committed
Fix Issue #34
1 parent fd11b9b commit 8ffb097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OscarAFDev/MigrationsGenerator/Syntax/AddToTable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ protected function getItem(array $field)
4545
}
4646
else {
4747
$output = sprintf(
48-
"\$table->%s('%s', %s)",
48+
"\$table->%s(%s, %s)",
4949
$type,
5050
$property,
5151
$field['args']

0 commit comments

Comments
 (0)