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 ee64143 commit df15d22Copy full SHA for df15d22
doctrine/multiple_entity_managers.rst
@@ -263,7 +263,7 @@ entity manager so that you can inject it directly::
263
$customerEntityManager: '@doctrine.orm.customer_entity_manager'
264
265
Now type-hint your method with `EntityManagerInterface $customerEntityManager`
266
-to inject this second entity manager.
+to inject this second entity manager as dependency.
267
268
You can now use Doctrine like you did before - using the ``default`` entity
269
manager to persist and fetch entities that it manages and the ``customer``
0 commit comments