Browse Source

Update Installer.php

Shlee 3 years ago
parent
commit
563b7af500
1 changed files with 2 additions and 2 deletions
  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");
             }
         }