Skip to content

Commit 52cd979

Browse files
committed
minor #20890 [Form] Update embedded.rst (ousmaneNdiaye)
This PR was submitted for the 7.2 branch but it was merged into the 6.4 branch instead. Discussion ---------- [Form] Update embedded.rst Comment added to specify the name of the fil to edit. (As previous examples) <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `7.x` for features of unreleased versions). --> Commits ------- 90def24 Update embedded.rst
2 parents a6e0879 + 90def24 commit 52cd979

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

form/embedded.rst

+1
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)