Skip to content

Commit c04ea2c

Browse files
committed
[#12191] Fixed another wrong namespace
1 parent 22ee54a commit c04ea2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ When building the form, omit the second argument to the ``add()`` method, or
731731
pass ``null`` to it, to enable Symfony's "guessing mechanism"::
732732

733733
// src/Form/Type/TaskType.php
734-
namespace App\Form;
734+
namespace App\Form\Type;
735735

736736
use Symfony\Component\Form\AbstractType;
737737
use Symfony\Component\Form\Extension\Core\Type\DateType;

0 commit comments

Comments
 (0)