Skip to content

Commit

Permalink
Allow overriding the configureQueryFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
wimvelzeboer committed Sep 2, 2023
1 parent 3e52b94 commit e529bac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ public abstract with sharing class fflib_SObjectSelector
/**
* Configures a QueryFactory instance according to the configuration of this selector
**/
private fflib_QueryFactory configureQueryFactory(fflib_QueryFactory queryFactory,
protected virtual fflib_QueryFactory configureQueryFactory(fflib_QueryFactory queryFactory,
Boolean assertCRUD,
Boolean enforceFLS,
Boolean includeSelectorFields,
Expand Down

0 comments on commit e529bac

Please sign in to comment.