From 90550344511fe57363c3c4d8535cfe448bb2ed0f Mon Sep 17 00:00:00 2001 From: lukinovec Date: Tue, 4 Jul 2023 15:53:27 +0200 Subject: [PATCH] Delete unused property --- src/Bootstrappers/Integrations/PostgresRLSBootstrapper.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Bootstrappers/Integrations/PostgresRLSBootstrapper.php b/src/Bootstrappers/Integrations/PostgresRLSBootstrapper.php index bfe25eaf..092551f4 100644 --- a/src/Bootstrappers/Integrations/PostgresRLSBootstrapper.php +++ b/src/Bootstrappers/Integrations/PostgresRLSBootstrapper.php @@ -22,7 +22,6 @@ use Stancl\Tenancy\Database\Contracts\TenantWithDatabase; class PostgresRLSBootstrapper implements TenancyBootstrapper { protected array $originalCentralConnectionConfig; - protected array $originalPostgresConfig; /** * Must not return an empty string.