From 45af3fbc5f72f0f6f74ae216f707526fca6e85ff Mon Sep 17 00:00:00 2001 From: JaguarJack Date: Wed, 29 Apr 2020 16:03:24 +0800 Subject: [PATCH] fixed install biug --- extend/catcher/command/install/InstallProjectCommand.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extend/catcher/command/install/InstallProjectCommand.php b/extend/catcher/command/install/InstallProjectCommand.php index 754d689..184a3bb 100644 --- a/extend/catcher/command/install/InstallProjectCommand.php +++ b/extend/catcher/command/install/InstallProjectCommand.php @@ -339,6 +339,8 @@ class InstallProjectCommand extends Command $this->migrateRollback(); $this->migrateAndSeeds(); + + $this->finished(); } }