Explorar el Código

Update Installer.php

Shlee hace 3 años
padre
commit
d36e472646
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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!");