Skip to content

Commit

Permalink
Fix Issue #34
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarafdev committed Jan 26, 2021
1 parent fd11b9b commit 8ffb097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OscarAFDev/MigrationsGenerator/Syntax/AddToTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ protected function getItem(array $field)
}
else {
$output = sprintf(
"\$table->%s('%s', %s)",
"\$table->%s(%s, %s)",
$type,
$property,
$field['args']
Expand Down

0 comments on commit 8ffb097

Please sign in to comment.