Skip to content

Commit

Permalink
fix ilogger constraint on mvc controller (#1467)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpvreony committed Aug 31, 2023
1 parent 63d5f71 commit 487baf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Whipstaff.AspNetCore/QueryOnlyMvcController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public abstract class QueryOnlyMvcController<TListQuery, TListRequestDto, TListQ
/// <param name="logMessageActionMappings">Log Message Action mappings.</param>
protected QueryOnlyMvcController(
IAuthorizationService authorizationService,
ILogger<QueryOnlyApiController<TListQuery, TListRequestDto, TListQueryResponse, TViewQuery, TViewQueryResponse, TQueryOnlyControllerLogMessageActions>> logger,
ILogger<QueryOnlyMvcController<TListQuery, TListRequestDto, TListQueryResponse, TViewQuery, TViewQueryResponse, TQueryOnlyControllerLogMessageActions>> logger,
IMediator mediator,
IAuditableQueryFactory<TListQuery, TListRequestDto, TListQueryResponse, TViewQuery, TViewQueryResponse> queryFactory,
TQueryOnlyControllerLogMessageActions logMessageActionMappings)
Expand Down

0 comments on commit 487baf6

Please sign in to comment.