mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 13:54:03 +00:00
Fix Tenant::new()
This commit is contained in:
parent
9c4f678321
commit
aeb15d4251
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ class Tenant implements ArrayAccess
|
|||
$app = $app ?? app();
|
||||
|
||||
return new static(
|
||||
$app,
|
||||
$app[Repository::class],
|
||||
$app[StorageDriver::class],
|
||||
$app[TenantManager::class],
|
||||
$app[UniqueIdentifierGenerator::class]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue