Sfoglia il codice sorgente

Update Installer.php

Shlee 5 anni fa
parent
commit
a5117fcfa3
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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!");