jqh 5 лет назад
Родитель
Сommit
70524db62c
1 измененных файлов с 1 добавлено и 1 удалено
  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]);
         }
     }