Ver Fonte

Update Installer.php

Shlee há 3 anos atrás
pai
commit
563b7af500
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      app/Console/Commands/Installer.php

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

@@ -148,9 +148,9 @@ class Installer extends Command
 
         foreach ($extensions as $ext) {
             if (extension_loaded($ext) == false) {
-                $this->error("- \"{$ext}\" PHP extension not found");
+                $this->error("- \"{$ext}\" not found");
             } else {
-                $this->info("- \"{$ext}\" PHP extension found");
+                $this->info("- \"{$ext}\" found");
             }
         }