Browse Source

Update Installer.php

Shlee 3 năm trước cách đây
mục cha
commit
2e0587cef8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Console/Commands/Installer.php

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

@@ -166,7 +166,7 @@ class Installer extends Command
     protected function checkOptimiseDependencies()
     {
         $this->line(' ');
-        $this->info('Checking for optional FFmpeg dependencies...');
+        $this->info('Checking for optional Media Optimisation dependencies...');
         
         $dependencies = [
             'jpegoptim',