From a5117fcfa3c65fef0cd938c6cacc9f863fd67eeb Mon Sep 17 00:00:00 2001 From: Shlee Date: Sun, 16 Feb 2020 19:33:57 +0800 Subject: [PATCH] Update Installer.php --- app/Console/Commands/Installer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Console/Commands/Installer.php b/app/Console/Commands/Installer.php index 31f4ba999..3cbf4ddb8 100644 --- a/app/Console/Commands/Installer.php +++ b/app/Console/Commands/Installer.php @@ -97,6 +97,7 @@ 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!");