Skip to content

Commit 4987fe5

Browse files
committedApr 15, 2025·
Merge branch '6.4' into 7.2
* 6.4: Update embedded.rst
2 parents b549dce + 52cd979 commit 4987fe5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎form/embedded.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ inside the task form itself. To accomplish this, add a ``category`` field
8787
to the ``TaskType`` object whose type is an instance of the new ``CategoryType``
8888
class::
8989

90+
// src/Form/TaskType.php
9091
use App\Form\CategoryType;
9192
use Symfony\Component\Form\FormBuilderInterface;
9293

0 commit comments

Comments
 (0)
Please sign in to comment.