瀏覽代碼

Update Installer.php

Shlee 5 年之前
父節點
當前提交
a5117fcfa3
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/Console/Commands/Installer.php

+ 1 - 0
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!");