1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-06-21 01:54:03 +00:00

Fix code style (php-cs-fixer)

This commit is contained in:
github-actions[bot] 2026-06-10 11:22:13 +00:00
parent 34d19e94e2
commit 397e9ecd93

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 */
$tenantDbConfig = $tenant->database(); $tenantDbConfig = $tenant->database();
$tenantDbName = $tenantDbConfig->getName(); $tenantDbName = $tenantDbConfig->getName();