mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-14 06:11:35 +08:00
Fixed typo in BaseMigrateController.php (#12033)
This commit is contained in:

committed by
Paul Klimov

parent
aaff45ebf1
commit
a2123d8bb9
@ -257,7 +257,7 @@ abstract class BaseMigrateController extends Controller
|
||||
}
|
||||
foreach (array_reverse($migrations) as $migration) {
|
||||
if (!$this->migrateUp($migration)) {
|
||||
$this->stdout("\nMigration failed. The rest of the migrations migrations are canceled.\n", Console::FG_RED);
|
||||
$this->stdout("\nMigration failed. The rest of the migrations are canceled.\n", Console::FG_RED);
|
||||
|
||||
return self::EXIT_CODE_ERROR;
|
||||
}
|
||||
|
Reference in New Issue
Block a user