Explorar o código

Update Installer.php

Shlee %!s(int64=3) %!d(string=hai) anos
pai
achega
d2e0b9ace1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Console/Commands/Installer.php

+ 1 - 1
app/Console/Commands/Installer.php

@@ -168,7 +168,7 @@ class Installer extends Command
             if(extension_loaded($ext) == false) {
                 $this->error("- \"{$ext}\" Optional PHP extension not found");
             } else {
-                $this->info ("- \"{$dep}\" Optional PHP extension found");
+                $this->info ("- \"{$ext}\" Optional PHP extension found");
             }
         }
     }