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 f7adcfa commit bb96dc6Copy full SHA for bb96dc6
cookbook/form/form_collections.rst
@@ -689,7 +689,7 @@ the relationship between the removed ``Tag`` and ``Task`` object.
689
$originalTags->add($tag);
690
}
691
692
- $editForm = $this->createForm(new TaskType::class, $task);
+ $editForm = $this->createForm(TaskType::class, $task);
693
694
$editForm->handleRequest($request);
695
0 commit comments