Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 59aa66f

Browse filesBrowse files
committed
Merge branch '4.3' into 4.4
* 4.3: Updated imports in TaskController when using TaskType
2 parents f2e21db + de1e1e5 commit 59aa66f
Copy full SHA for 59aa66f

File tree

Expand file treeCollapse file tree

1 file changed

+1
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-3
lines changed

‎forms.rst

Copy file name to clipboardExpand all lines: forms.rst
+1-3Lines changed: 1 addition & 3 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.