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
+1 -1
View File
@@ -50,7 +50,7 @@ HELP;
return 0;
}
if ($a->isInstallMode()) {
if (App\Mode::isInstall()) {
throw new \RuntimeException('Database isn\'t ready or populated yet');
}