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

Add newline after var annotation

This commit is contained in:
lukinovec 2026-06-10 13:23:59 +02:00
parent 397e9ecd93
commit c0713d6e66

View file

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