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

Fix code style (php-cs-fixer)

This commit is contained in:
github-actions[bot] 2026-06-10 11:24:24 +00:00
parent c0713d6e66
commit ac54c4f65b

View file

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