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.
2 parents 1ad3f64 + be256a1 commit eba48c9Copy full SHA for eba48c9
doctrine.rst
@@ -784,13 +784,13 @@ control behavior:
784
If true, then when ``findOneBy()`` is used, any values that are
785
``null`` will not be used for the query.
786
787
-``entityManager``
+``objectManager``
788
By default, the ``EntityValueResolver`` uses the *default*
789
- entity manager, but you can configure this::
+ object manager, but you can configure this::
790
791
#[Route('/product/{id}')]
792
public function show(
793
- #[MapEntity(entityManager: ['foo'])]
+ #[MapEntity(objectManager: 'foo')]
794
Product $product
795
): Response {
796
}
0 commit comments