mirror of
https://github.com/archtechx/tenancy.git
synced 2026-06-20 22:54:05 +00:00
Fix code style (php-cs-fixer)
This commit is contained in:
parent
028b985e54
commit
b743720c7c
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 */
|
||||||
|
|
||||||
$tenantDbName = $tenant->database()->getName();
|
$tenantDbName = $tenant->database()->getName();
|
||||||
|
|
||||||
// Check that no other tenant uses this tenant's database
|
// Check that no other tenant uses this tenant's database
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue