diff --git a/form/form_dependencies.rst b/form/form_dependencies.rst index 49a99c541bd..decae0ece0f 100644 --- a/form/form_dependencies.rst +++ b/form/form_dependencies.rst @@ -95,7 +95,7 @@ so that you can make a query. First, add this as an argument to your form class: If you're using :ref:`autowire ` and :ref:`autoconfigure `, then you don't need to do *anything* -else: Symfony will automatically know to pass the correct ``EntityManager`` object +else: Symfony will automatically know how to pass the correct ``EntityManager`` object to your ``__construct()`` method. If you are **not using autowire and autoconfigure**, register your form as a service