Browse Source

Update Installer.php

Shlee 3 năm trước cách đây
mục cha
commit
d36e472646
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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!");