fixed install biug

This commit is contained in:
JaguarJack 2020-04-29 16:03:24 +08:00
parent 4a5e4353be
commit 45af3fbc5f

View File

@ -339,6 +339,8 @@ class InstallProjectCommand extends Command
$this->migrateRollback(); $this->migrateRollback();
$this->migrateAndSeeds(); $this->migrateAndSeeds();
$this->finished();
} }
} }