From b743720c7c8d8156108214568c30d414b904aab5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 10 Jun 2026 05:57:06 +0000 Subject: [PATCH] Fix code style (php-cs-fixer) --- src/Bootstrappers/DatabaseTenancyBootstrapper.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Bootstrappers/DatabaseTenancyBootstrapper.php b/src/Bootstrappers/DatabaseTenancyBootstrapper.php index 67e3cff3..906b335a 100644 --- a/src/Bootstrappers/DatabaseTenancyBootstrapper.php +++ b/src/Bootstrappers/DatabaseTenancyBootstrapper.php @@ -90,7 +90,6 @@ class DatabaseTenancyBootstrapper implements TenancyBootstrapper protected function verifyTenantCanUseDatabase(Tenant $tenant): void { /** @var \Stancl\Tenancy\Database\Models\Tenant&TenantWithDatabase $tenant */ - $tenantDbName = $tenant->database()->getName(); // Check that no other tenant uses this tenant's database