Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhoerl committed Nov 9, 2024
1 parent 9ec30fa commit d6d9b52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ public class IDFConfigurator extends EqasimConfigurator {
public IDFConfigurator() {
super();

registerOptionalConfigGroup(new PoliciesConfigGroup());
registerConfigGroup(new PoliciesConfigGroup(), true);
}
}

0 comments on commit d6d9b52

Please sign in to comment.