Commit 852937ba by dotramses

Update migrator.php

when used in a setup task. The output created didn't add a line ending.
parent b9cf8dfb
......@@ -200,7 +200,7 @@ class Migrator extends Task {
$table->primary(array('bundle', 'name'));
});
echo "Migration table created successfully.";
echo "Migration table created successfully.".PHP_EOL;
}
/**
......@@ -275,4 +275,4 @@ class Migrator extends Task {
return $migration['bundle'].'/'.$migration['name'];
}
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment