Skip to content

Commit 3ddac1b

Browse files
Update doctrine/multiple_entity_managers.rst
Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
1 parent df15d22 commit 3ddac1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine/multiple_entity_managers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ entity manager so that you can inject it directly::
262262
bind:
263263
$customerEntityManager: '@doctrine.orm.customer_entity_manager'
264264

265-
Now type-hint your method with `EntityManagerInterface $customerEntityManager`
265+
Now type-hint your method with ``EntityManagerInterface $customerEntityManager``
266266
to inject this second entity manager as dependency.
267267

268268
You can now use Doctrine like you did before - using the ``default`` entity

0 commit comments

Comments
 (0)