From a28a20777483e2d92aed587360dbd603cf5cd500 Mon Sep 17 00:00:00 2001 From: Art4 Date: Tue, 5 Nov 2024 12:20:43 +0000 Subject: [PATCH] Fix name of Mode class --- src/App/Mode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/Mode.php b/src/App/Mode.php index 070d67ee4f..ebf9f46163 100644 --- a/src/App/Mode.php +++ b/src/App/Mode.php @@ -210,7 +210,7 @@ class Mode public function isInstall(): bool { return !$this->has(Mode::LOCALCONFIGPRESENT) || - !$this->has(MODE::DBAVAILABLE); + !$this->has(Mode::DBAVAILABLE); } /**