Merge pull request #10564 from servocoder/patch-1

Update BaseMigrateController.php
This commit is contained in:
Dmitry Naumenko
2016-01-13 22:45:22 +02:00

View File

@@ -122,7 +122,7 @@ abstract class BaseMigrateController extends Controller
{ {
$migrations = $this->getNewMigrations(); $migrations = $this->getNewMigrations();
if (empty($migrations)) { if (empty($migrations)) {
$this->stdout("No new migration found. Your system is up-to-date.\n", Console::FG_GREEN); $this->stdout("No new migrations found. Your system is up-to-date.\n", Console::FG_GREEN);
return self::EXIT_CODE_NORMAL; return self::EXIT_CODE_NORMAL;
} }