mirror of
https://github.com/archtechx/tenancy.git
synced 2026-06-20 22:04:02 +00:00
Add newline after var annotation
This commit is contained in:
parent
397e9ecd93
commit
c0713d6e66
1 changed files with 1 additions and 0 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue