瀏覽代碼

admin:minify

jqh 5 年之前
父節點
當前提交
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]);
         }
     }