diff --git a/nexus/Install/Install.php b/nexus/Install/Install.php index 57d10064..3dbe863d 100644 --- a/nexus/Install/Install.php +++ b/nexus/Install/Install.php @@ -547,9 +547,8 @@ class Install $command = "php " . ROOT_PATH . "artisan migrate"; if (!is_null($path)) { $command .= " --path=$path"; - } else { - $command .= " --force"; } + $command .= " --force"; $this->executeCommand($command); $this->doLog("[MIGRATE] success."); }