From 24adcd2b08446d5ab62bab0bb021fa179906b7d6 Mon Sep 17 00:00:00 2001 From: denisdulici Date: Mon, 6 Jan 2020 17:53:34 +0300 Subject: [PATCH] formatting --- overrides/akaunting/module/Commands/InstallCommand.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overrides/akaunting/module/Commands/InstallCommand.php b/overrides/akaunting/module/Commands/InstallCommand.php index 579a2527d..849d8b7f4 100644 --- a/overrides/akaunting/module/Commands/InstallCommand.php +++ b/overrides/akaunting/module/Commands/InstallCommand.php @@ -2,13 +2,13 @@ namespace Akaunting\Module\Commands; +use App\Models\Auth\Permission; +use App\Models\Auth\Role; use App\Models\Module\Module; use App\Models\Module\ModuleHistory; use Illuminate\Console\Command; use Illuminate\Support\Str; use Symfony\Component\Console\Input\InputArgument; -use App\Models\Auth\Permission; -use App\Models\Auth\Role; class InstallCommand extends Command {