Skip to content

Commit f119303

Browse files
authored
Update form_collections.rst
1 parent 366b3b3 commit f119303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/form_collections.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ In your controller, you'll create a new form from the ``TaskType``::
150150

151151
use App\Entity\Tag;
152152
use App\Entity\Task;
153-
use App\Form\Type\TaskType;
153+
use App\Form\TaskType;
154154
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
155155
use Symfony\Component\HttpFoundation\Request;
156156

0 commit comments

Comments
 (0)