added listener to install extra modules

This commit is contained in:
Denis Duliçi
2020-12-25 01:45:30 +03:00
parent a1f0f624ee
commit 5fa882b4e3
9 changed files with 104 additions and 6 deletions

View File

@ -47,7 +47,7 @@ class InstallCommand extends Command
$this->createHistory('installed');
event(new Installed($this->alias, $this->company_id));
event(new Installed($this->alias, $this->company_id, $this->locale));
$this->revertRuntime();