Skip to content

Commit

Permalink
Restore virtual modifier (#3382)
Browse files Browse the repository at this point in the history
  • Loading branch information
virzak authored Nov 20, 2024
1 parent 773a330 commit c6fb5e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ public NpgsqlParameterBasedSqlProcessorFactory(
/// </summary>
/// <param name="parameters">Parameters for <see cref="RelationalParameterBasedSqlProcessor" />.</param>
/// <returns>A relational parameter based sql processor.</returns>
public RelationalParameterBasedSqlProcessor Create(RelationalParameterBasedSqlProcessorParameters parameters)
public virtual RelationalParameterBasedSqlProcessor Create(RelationalParameterBasedSqlProcessorParameters parameters)
=> new NpgsqlParameterBasedSqlProcessor(_dependencies, parameters);
}

0 comments on commit c6fb5e2

Please sign in to comment.