From ed4632142bb5b1ef8762f8db769246f69dfdcbca Mon Sep 17 00:00:00 2001 From: PHP CS Fixer Date: Fri, 30 Sep 2022 13:02:40 +0000 Subject: [PATCH] Fix code style (php-cs-fixer) --- src/Concerns/HasTenantOptions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Concerns/HasTenantOptions.php b/src/Concerns/HasTenantOptions.php index a6ddea39..895694fc 100644 --- a/src/Concerns/HasTenantOptions.php +++ b/src/Concerns/HasTenantOptions.php @@ -5,8 +5,8 @@ declare(strict_types=1); namespace Stancl\Tenancy\Concerns; use Illuminate\Support\LazyCollection; -use Symfony\Component\Console\Input\InputOption; use Stancl\Tenancy\Database\Concerns\PendingScope; +use Symfony\Component\Console\Input\InputOption; /** * Adds 'tenants' and 'with-pending' options.