Skip to content

Commit

Permalink
Revert "Lowering the EntityValueResolver to be lower than the #[Curre…
Browse files Browse the repository at this point in the history
…ntUser] feature"

This reverts commit b7cc205.
  • Loading branch information
nicolas-grekas committed Nov 9, 2022
1 parent b7cc205 commit a75e50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/config/orm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
<service id="doctrine.orm.entity_value_resolver" class="Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver">
<argument type="service" id="doctrine" />
<argument type="service" id="doctrine.orm.entity_value_resolver.expression_language" on-invalid="ignore" />
<tag name="controller.argument_value_resolver" priority="30" />
<tag name="controller.argument_value_resolver" priority="110" />
</service>

<service id="doctrine.orm.entity_value_resolver.expression_language" class="Symfony\Component\ExpressionLanguage\ExpressionLanguage" />
Expand Down

0 comments on commit a75e50d

Please sign in to comment.