Commit c2ac0f1c by Carsten Brandt

Merge pull request #537 from sergon/patch-4

fix MigrateController
parents a951e1c8 1a46b870
......@@ -151,7 +151,7 @@ class MigrateController extends Controller
$migrations = $this->getNewMigrations();
if (empty($migrations)) {
echo "No new migration found. Your system is up-to-date.\n";
Yii::$app->end();
return;
}
$total = count($migrations);
......
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