Browse Source

admin:minify

jqh 5 years ago
parent
commit
70524db62c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Console/MinifyCommand.php

+ 1 - 1
src/Console/MinifyCommand.php

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