Skip to content

Commit

Permalink
Fix for options parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
myquay committed May 5, 2024
1 parent 52b6277 commit a0cf256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Registration/TenantBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace MultiTenant.AspNetCore.Builder
/// Tenant builder
/// </summary>
/// <param name="services"></param>
public class TenantBuilder<T>(IServiceCollection Services, MultiTenantOptions options) where T : ITenantInfo
public class TenantBuilder<T>(IServiceCollection Services, MultiTenantOptions<T> options) where T : ITenantInfo
{
/// <summary>
/// Register the tenant resolver implementation
Expand Down

0 comments on commit a0cf256

Please sign in to comment.