Update migrator.php
when used in a setup task. The output created didn't add a line ending.
This commit is contained in:
@@ -200,7 +200,7 @@ class Migrator extends Task {
|
|||||||
$table->primary(array('bundle', 'name'));
|
$table->primary(array('bundle', 'name'));
|
||||||
});
|
});
|
||||||
|
|
||||||
echo "Migration table created successfully.";
|
echo "Migration table created successfully.".PHP_EOL;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user