Skip to content

Commit

Permalink
Make RequestObjectFetcher ctor public
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-abblix committed Oct 4, 2024
1 parent b561946 commit 8511fbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class RequestObjectFetcher : IRequestObjectFetcher
/// <param name="serviceProvider">The service provider used for resolving dependencies at runtime.</param>
/// <param name="options">Options that define how request object validation is handled, including whether
/// request objects must be signed.</param>
protected RequestObjectFetcher(
public RequestObjectFetcher(
ILogger<RequestObjectFetcher> logger,
IJsonObjectBinder jsonObjectBinder,
IServiceProvider serviceProvider,
Expand Down

0 comments on commit 8511fbb

Please sign in to comment.