Kaynağa Gözat

admin:minify

jqh 5 yıl önce
ebeveyn
işleme
70524db62c
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/Console/MinifyCommand.php

+ 1 - 1
src/Console/MinifyCommand.php

@@ -96,7 +96,7 @@ class MinifyCommand extends Command
     protected function compileAllDefaultThemes()
     {
         foreach ($this->themes as $name => $_) {
-            $this->call('admin:theme', ['name' => $name]);
+            $this->call('admin:minify', ['name' => $name]);
         }
     }