Skip to content

Commit 153565e

Browse files
committed
bug #4707 [Cookbook] Fix XML example for RTE (dunglas)
This PR was merged into the 2.3 branch. Discussion ---------- [Cookbook] Fix XML example for RTE | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all Commits ------- 051b5ca [Cookbook] Fix XML example of RTE
2 parents 4b442a0 + 051b5ca commit 153565e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/doctrine/resolve_target_entity.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ about the replacement:
132132
<doctrine:config>
133133
<doctrine:orm>
134134
<!-- ... -->
135-
<doctrine:resolve-target-entity interface="Acme\InvoiceBundle\Model\InvoiceSubjectInterface">Acme\AppBundle\Entity\Customer</resolve-target-entity>
135+
<doctrine:resolve-target-entity interface="Acme\InvoiceBundle\Model\InvoiceSubjectInterface">Acme\AppBundle\Entity\Customer</doctrine:resolve-target-entity>
136136
</doctrine:orm>
137137
</doctrine:config>
138138
</container>

0 commit comments

Comments
 (0)