Skip to content

Commit 43f7b14

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: Updated imports in TaskController when using TaskType
2 parents 8d587b3 + 59aa66f commit 43f7b14

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

forms.rst

+1-3
Original file line numberDiff line numberDiff line change
@@ -262,10 +262,8 @@ to build another object with the visual representation of the form::
262262
namespace App\Controller;
263263

264264
use App\Entity\Task;
265+
use App\Form\Type\TaskType;
265266
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
266-
use Symfony\Component\Form\Extension\Core\Type\DateType;
267-
use Symfony\Component\Form\Extension\Core\Type\SubmitType;
268-
use Symfony\Component\Form\Extension\Core\Type\TextType;
269267
use Symfony\Component\HttpFoundation\Request;
270268

271269
class TaskController extends AbstractController

0 commit comments

Comments
 (0)