Skip to content

Commit

Permalink
chore(Utils): Remove injection for QueryUtils
Browse files Browse the repository at this point in the history
No need to inject as it is already manually instantiated.
  • Loading branch information
jclausen authored Feb 18, 2021
1 parent 1dc0096 commit bac94a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/Query/QueryBuilder.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ component displayname="QueryBuilder" accessors="true" {
/**
* Query utilities shared across multiple models.
*/
property name="utils" inject="QueryUtils@qb";
property name="utils";

/**
* returnFormat callback
Expand Down

0 comments on commit bac94a5

Please sign in to comment.