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.
1 parent e69c1a5 commit 366b3b3Copy full SHA for 366b3b3
form/form_collections.rst
@@ -85,7 +85,7 @@ objects::
85
Then, create a form class so that a ``Tag`` object can be modified by the user::
86
87
// src/Form/Type/TagType.php
88
- namespace App\Form\Type;
+ namespace App\Form;
89
90
use App\Entity\Tag;
91
use Symfony\Component\Form\AbstractType;
@@ -115,7 +115,7 @@ Notice that you embed a collection of ``TagType`` forms using the
115
:doc:`CollectionType </reference/forms/types/collection>` field::
116
117
// src/Form/Type/TaskType.php
118
119
120
use App\Entity\Task;
121
0 commit comments