1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-06-20 22:54:05 +00:00

Fix code style (php-cs-fixer)

This commit is contained in:
github-actions[bot] 2026-06-10 05:57:06 +00:00
parent 028b985e54
commit b743720c7c

View file

@ -90,7 +90,6 @@ class DatabaseTenancyBootstrapper implements TenancyBootstrapper
protected function verifyTenantCanUseDatabase(Tenant $tenant): void protected function verifyTenantCanUseDatabase(Tenant $tenant): void
{ {
/** @var \Stancl\Tenancy\Database\Models\Tenant&TenantWithDatabase $tenant */ /** @var \Stancl\Tenancy\Database\Models\Tenant&TenantWithDatabase $tenant */
$tenantDbName = $tenant->database()->getName(); $tenantDbName = $tenant->database()->getName();
// Check that no other tenant uses this tenant's database // Check that no other tenant uses this tenant's database