Browse Source

Merge pull request #10564 from servocoder/patch-1

Update BaseMigrateController.php
tags/2.0.7
Dmitry Naumenko 9 years ago
parent
commit
529993d2ee
  1. 2
      framework/console/controllers/BaseMigrateController.php

2
framework/console/controllers/BaseMigrateController.php

@ -122,7 +122,7 @@ abstract class BaseMigrateController extends Controller
{
$migrations = $this->getNewMigrations();
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;
}

Loading…
Cancel
Save