From 72b708e4c7103848cb39f6f5fb41339c8e26a90f Mon Sep 17 00:00:00 2001 From: PHP CS Fixer Date: Tue, 27 Jun 2023 10:19:08 +0000 Subject: [PATCH] Fix code style (php-cs-fixer) --- src/Bootstrappers/Integrations/PostgresRLSBootstrapper.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Bootstrappers/Integrations/PostgresRLSBootstrapper.php b/src/Bootstrappers/Integrations/PostgresRLSBootstrapper.php index 2d242bd8..871392f9 100644 --- a/src/Bootstrappers/Integrations/PostgresRLSBootstrapper.php +++ b/src/Bootstrappers/Integrations/PostgresRLSBootstrapper.php @@ -5,10 +5,10 @@ declare(strict_types=1); namespace Stancl\Tenancy\Bootstrappers\Integrations; use Closure; -use Stancl\Tenancy\Contracts\Tenant; -use Illuminate\Database\DatabaseManager; use Illuminate\Contracts\Config\Repository; +use Illuminate\Database\DatabaseManager; use Stancl\Tenancy\Contracts\TenancyBootstrapper; +use Stancl\Tenancy\Contracts\Tenant; use Stancl\Tenancy\Database\Contracts\TenantWithDatabase; /**