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 52cd979

Browse filesBrowse 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
Copy full SHA for 52cd979

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

‎form/embedded.rst

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