diff --git a/src/Registration/TenantBuilder.cs b/src/Registration/TenantBuilder.cs index e42f708..ec14084 100644 --- a/src/Registration/TenantBuilder.cs +++ b/src/Registration/TenantBuilder.cs @@ -15,7 +15,7 @@ namespace MultiTenant.AspNetCore.Builder /// Tenant builder /// /// - public class TenantBuilder(IServiceCollection Services, MultiTenantOptions options) where T : ITenantInfo + public class TenantBuilder(IServiceCollection Services, MultiTenantOptions options) where T : ITenantInfo { /// /// Register the tenant resolver implementation