Skip to content

Commit 70f1bb7

Browse files
javiereguiluzGuikingone
authored andcommitted
Update form_collections.rst
1 parent 2154535 commit 70f1bb7

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
@@ -692,7 +692,7 @@ the relationship between the removed ``Tag`` and ``Task`` object.
692692
if (null === $task = $entityManager->getRepository(Task::class)->find($id)) {
693693
throw $this->createNotFoundException('No task found for id '.$id);
694694
}
695-
695+
696696
$originalTags = new ArrayCollection();
697697

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

0 commit comments

Comments
 (0)