Commit cffded66 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #1959 from dotramses/patch-1

Update migrator.php
parents 3d533f03 852937ba
......@@ -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