diff --git a/src/Tenant.php b/src/Tenant.php index 3cbc0b0d..124e3412 100644 --- a/src/Tenant.php +++ b/src/Tenant.php @@ -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]