diff --git a/src/Repository/IlluminateTenantRepository.php b/src/Repository/IlluminateTenantRepository.php index b58ce8ad..c73d50b3 100644 --- a/src/Repository/IlluminateTenantRepository.php +++ b/src/Repository/IlluminateTenantRepository.php @@ -1,5 +1,7 @@ cache->remember( key: $this->getCacheKey(...$args), ttl: $this->ttl, - callback: fn() => $this->tenantResolver->resolve(...$args) + callback: fn () => $this->tenantResolver->resolve(...$args) ); }