Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitbb96dc6

Browse files
insekticidxabbuh
authored andcommitted
Update form_collections.rst
removed new from new TaskType::class
1 parentf7adcfa commitbb96dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎cookbook/form/form_collections.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ the relationship between the removed ``Tag`` and ``Task`` object.
689689
$originalTags->add($tag);
690690
}
691691

692-
$editForm = $this->createForm(newTaskType::class, $task);
692+
$editForm = $this->createForm(TaskType::class, $task);
693693

694694
$editForm->handleRequest($request);
695695

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp