Commit 5448fc05 authored by Nicolas Widart's avatar Nicolas Widart

Add new modules to publish

parent dc6cb25c
...@@ -149,6 +149,8 @@ class InstallCommand extends Command ...@@ -149,6 +149,8 @@ class InstallCommand extends Command
private function publishAssets() private function publishAssets()
{ {
$this->call('module:publish', ['module' => 'Core']); $this->call('module:publish', ['module' => 'Core']);
$this->call('module:publish', ['module' => 'Media']);
$this->call('module:publish', ['module' => 'Menu']);
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment