From 3032d458a6138f7b89ed670c85b8cf359c84d303 Mon Sep 17 00:00:00 2001 From: Ahmed TAILOULOUTE Date: Tue, 29 Aug 2017 17:04:31 +0200 Subject: [PATCH] Update dynamic_form_modification.rst --- form/dynamic_form_modification.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/form/dynamic_form_modification.rst b/form/dynamic_form_modification.rst index 22339bf02ff..8fcc76fd07a 100644 --- a/form/dynamic_form_modification.rst +++ b/form/dynamic_form_modification.rst @@ -269,7 +269,7 @@ Customizing the Form Type Now that you have all the basics in place you can take advantage of the ``TokenStorageInterface`` and fill in the listener logic:: - // src/AppBundle/FormType/FriendMessageFormType.php + // src/AppBundle/Form/Type/FriendMessageFormType.php use AppBundle\Entity\User; use Doctrine\ORM\EntityRepository;