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;