1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 10:54:04 +00:00

Fix Tenant::new()

This commit is contained in:
Samuel Štancl 2019-10-30 18:22:17 +01:00
parent 9c4f678321
commit aeb15d4251

View file

@ -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]