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\Enabled;
class EnableCommand extends Module
{
@ -47,7 +48,7 @@ class EnableCommand extends Module
$this->createHistory('enabled');
event(new \App\Events\Module\Enabled($this->alias, $this->company_id));
event(new Enabled($this->alias, $this->company_id));
$this->revertRuntime();