From 96615f02ea4285c0fb93e897966fd8ed69b60c25 Mon Sep 17 00:00:00 2001 From: PHP CS Fixer Date: Wed, 22 Nov 2023 17:08:29 +0000 Subject: [PATCH] Fix code style (php-cs-fixer) --- src/Bootstrappers/Integrations/PostgresRLSBootstrapper.php | 1 - src/Jobs/CreatePostgresUserForTenant.php | 1 - 2 files changed, 2 deletions(-) diff --git a/src/Bootstrappers/Integrations/PostgresRLSBootstrapper.php b/src/Bootstrappers/Integrations/PostgresRLSBootstrapper.php index 57b5ccf6..15eb84e1 100644 --- a/src/Bootstrappers/Integrations/PostgresRLSBootstrapper.php +++ b/src/Bootstrappers/Integrations/PostgresRLSBootstrapper.php @@ -4,7 +4,6 @@ declare(strict_types=1); namespace Stancl\Tenancy\Bootstrappers\Integrations; -use Closure; use Illuminate\Contracts\Config\Repository; use Illuminate\Database\DatabaseManager; use Stancl\Tenancy\Contracts\TenancyBootstrapper; diff --git a/src/Jobs/CreatePostgresUserForTenant.php b/src/Jobs/CreatePostgresUserForTenant.php index 64ae0dbe..e02f0df4 100644 --- a/src/Jobs/CreatePostgresUserForTenant.php +++ b/src/Jobs/CreatePostgresUserForTenant.php @@ -11,7 +11,6 @@ use Illuminate\Foundation\Bus\Dispatchable; use Illuminate\Queue\InteractsWithQueue; use Illuminate\Queue\SerializesModels; use Illuminate\Support\Facades\DB; -use Stancl\Tenancy\Bootstrappers\Integrations\PostgresRLSBootstrapper; use Stancl\Tenancy\Database\Contracts\TenantWithDatabase; class CreatePostgresUserForTenant implements ShouldQueue