We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df15d22 commit 3ddac1bCopy full SHA for 3ddac1b
doctrine/multiple_entity_managers.rst
@@ -262,7 +262,7 @@ entity manager so that you can inject it directly::
262
bind:
263
$customerEntityManager: '@doctrine.orm.customer_entity_manager'
264
265
-Now type-hint your method with `EntityManagerInterface $customerEntityManager`
+Now type-hint your method with ``EntityManagerInterface $customerEntityManager``
266
to inject this second entity manager as dependency.
267
268
You can now use Doctrine like you did before - using the ``default`` entity
0 commit comments