Skip to content

Commit

Permalink
bug #4707 [Cookbook] Fix XML example for RTE (dunglas)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wouterj committed Dec 29, 2014
2 parents 4b442a0 + 051b5ca commit 153565e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/doctrine/resolve_target_entity.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ about the replacement:
<doctrine:config>
<doctrine:orm>
<!-- ... -->
<doctrine:resolve-target-entity interface="Acme\InvoiceBundle\Model\InvoiceSubjectInterface">Acme\AppBundle\Entity\Customer</resolve-target-entity>
<doctrine:resolve-target-entity interface="Acme\InvoiceBundle\Model\InvoiceSubjectInterface">Acme\AppBundle\Entity\Customer</doctrine:resolve-target-entity>
</doctrine:orm>
</doctrine:config>
</container>
Expand Down

0 comments on commit 153565e

Please sign in to comment.