소스 검색

Update Installer.php

Shlee 3 년 전
부모
커밋
563b7af500
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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");
             }
         }