From 6816dd6350d62d292d8570bd1199f39ab279fa64 Mon Sep 17 00:00:00 2001 From: Ahmed TAILOULOUTE Date: Thu, 24 Jan 2019 00:46:47 +0100 Subject: [PATCH] Update form_dependencies.rst --- form/form_dependencies.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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