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 {