mirror of
https://github.com/archtechx/tenancy.git
synced 2026-06-20 22:04:02 +00:00
Fix PHPStan error
This commit is contained in:
parent
540e3635e2
commit
93f77a5881
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ class DatabaseTenancyBootstrapper implements TenancyBootstrapper
|
|||
|
||||
protected function verifyTenantCanUseDatabase(Tenant $tenant): void
|
||||
{
|
||||
/** @var \Stancl\Tenancy\Database\Models\Tenant $tenant */
|
||||
/** @var \Stancl\Tenancy\Database\Models\Tenant&TenantWithDatabase $tenant */
|
||||
$tenantDbName = $tenant->database()->getName();
|
||||
|
||||
// Check if any other tenant uses this tenant's database
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue