瀏覽代碼

Update Installer.php

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

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