Skip to content

Commit ae265d7

Browse files
committed
Update form_collections.rst
1 parent f140342 commit ae265d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/form_collections.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ the relationship between the removed ``Tag`` and ``Task`` object.
660660
if (null === $task = $entityManager->getRepository(Task::class)->find($id)) {
661661
throw $this->createNotFoundException('No task found for id '.$id);
662662
}
663-
663+
664664
$originalTags = new ArrayCollection();
665665

666666
// Create an ArrayCollection of the current Tag objects in the database

0 commit comments

Comments
 (0)