Răsfoiți Sursa

Update Installer.php

Shlee 3 ani în urmă
părinte
comite
d2e0b9ace1
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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");
             }
         }
     }