8000
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 c258046 commit 2e6ac11Copy full SHA for 2e6ac11
forms.rst
@@ -262,10 +262,8 @@ to build another object with the visual representation of the form::
262
namespace App\Controller;
263
264
use App\Entity\Task;
265
+ use App\Form\Type\TaskType;
266
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
- 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;
269
use Symfony\Component\HttpFoundation\Request;
270
271
class TaskController extends AbstractController
0 commit comments