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 81e0bdc commit ee64143Copy full SHA for ee64143
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 typehint your method with `EntityManagerInterface $customerEntityManager`
+Now type-hint your method with `EntityManagerInterface $customerEntityManager`
266
to inject this second entity manager.
267
268
You can now use Doctrine like you did before - using the ``default`` entity
0 commit comments