formatting

This commit is contained in:
Denis Duliçi
2020-06-11 23:40:24 +03:00
parent b54c9b1ecc
commit 3357a2d058
4 changed files with 8 additions and 4 deletions

View File

@ -3,6 +3,7 @@
namespace Akaunting\Module\Commands;
use App\Abstracts\Commands\Module;
use App\Events\Module\Installed;
use App\Models\Module\Module as Model;
class InstallCommand extends Module
@ -41,7 +42,7 @@ class InstallCommand extends Module
$this->createHistory('installed');
event(new \App\Events\Module\Installed($this->alias, $this->company_id));
event(new Installed($this->alias, $this->company_id));
$this->revertRuntime();