소스 검색

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]);
         }
     }