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:
parent
c0713d6e66
commit
ac54c4f65b
1 changed files with 0 additions and 1 deletions
|
|
@ -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();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue