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 fd11b9b commit 8ffb097Copy full SHA for 8ffb097
src/OscarAFDev/MigrationsGenerator/Syntax/AddToTable.php
@@ -45,7 +45,7 @@ protected function getItem(array $field)
45
}
46
else {
47
$output = sprintf(
48
- "\$table->%s('%s', %s)",
+ "\$table->%s(%s, %s)",
49
$type,
50
$property,
51
$field['args']
0 commit comments