Skip to content

Commit 3ebf2d0

Browse files
committed
Fixing bad merge
1 parent 9458a09 commit 3ebf2d0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Diff for: cookbook/form/dynamic_form_modification.rst

-7
Original file line numberDiff line numberDiff line change
@@ -433,13 +433,6 @@ class, you can simply call::
433433
}
434434
}
435435

436-
<<<<<<< HEAD
437-
=======
438-
If you extend the ``Symfony\Bundle\FrameworkBundle\Controller\Controller`` class, you can simply call::
439-
440-
$form = $this->createForm(FriendMessageFormType::class);
441-
442-
>>>>>>> pull/5834
443436
You can also easily embed the form type into another form::
444437

445438
// inside some other "form type" class

0 commit comments

Comments
 (0)