소스 검색

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