Skip to content

Commit cffded6

Browse files
committed
Merge pull request laravel#1959 from dotramses/patch-1
Update migrator.php
2 parents 3d533f0 + 852937b commit cffded6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

laravel/cli/tasks/migrate/migrator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ public function install()
200200
$table->primary(array('bundle', 'name'));
201201
});
202202

203-
echo "Migration table created successfully.";
203+
echo "Migration table created successfully.".PHP_EOL;
204204
}
205205

206206
/**
@@ -275,4 +275,4 @@ protected function display($migration)
275275
return $migration['bundle'].'/'.$migration['name'];
276276
}
277277

278-
}
278+
}

0 commit comments

Comments
 (0)