Replace remaining $a->isInstallMode() instances

This commit is contained in:
Hypolite Petovan 2018-10-05 20:31:32 -04:00
parent 3564daf24d
commit 3ed9e7fe1d
7 changed files with 8 additions and 8 deletions

View file

@ -56,7 +56,7 @@ HELP;
throw new \Asika\SimpleConsole\CommandArgsException('Too many arguments');
}
if ($a->isInstallMode()) {
if (App\Mode::isInstall()) {
throw new \RuntimeException('Database isn\'t ready or populated yet');
}