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
@@ -3,6 +3,7 @@
namespace Akaunting\Module\Commands;
use App\Abstracts\Commands\Module;
use App\Events\Module\Disabled;
class DisableCommand extends Module
{
@@ -47,7 +48,7 @@ class DisableCommand extends Module
$this->createHistory('disabled');
event(new \App\Events\Module\Disabled($this->alias, $this->company_id));
event(new Disabled($this->alias, $this->company_id));
$this->revertRuntime();