From 96a05c483cd2f443b7441144ed561decefc56029 Mon Sep 17 00:00:00 2001 From: PHP CS Fixer Date: Wed, 28 Sep 2022 07:49:05 +0000 Subject: [PATCH] Fix code style (php-cs-fixer) --- src/Commands/Run.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/Run.php b/src/Commands/Run.php index af239098..ebdb8767 100644 --- a/src/Commands/Run.php +++ b/src/Commands/Run.php @@ -5,8 +5,8 @@ declare(strict_types=1); namespace Stancl\Tenancy\Commands; use Illuminate\Console\Command; -use Stancl\Tenancy\Concerns\HasTenantOptions; use Illuminate\Contracts\Console\Kernel; +use Stancl\Tenancy\Concerns\HasTenantOptions; use Symfony\Component\Console\Input\ArgvInput; use Symfony\Component\Console\Output\ConsoleOutput;