From d36e472646737d887fdb8e877f9ce34af26a8f27 Mon Sep 17 00:00:00 2001 From: Shlee Date: Sat, 14 May 2022 18:35:26 +0930 Subject: [PATCH] Update Installer.php --- app/Console/Commands/Installer.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Console/Commands/Installer.php b/app/Console/Commands/Installer.php index c0efc633c..d4839dfc1 100644 --- a/app/Console/Commands/Installer.php +++ b/app/Console/Commands/Installer.php @@ -97,7 +97,6 @@ class Installer extends Command if(extension_loaded($ext) == false) { $this->error("- {$ext} extension not found, aborting installation"); exit; - } else { } } $this->info("- Required PHP extensions found!");