8000 Correct many-to-many to many-to-one · symfony/symfony-docs@d7cc365 · GitHub
[go: up one dir, main page]

Skip to content

Commit d7cc365

Browse files
author
Sven Liefgen
authored
Correct many-to-many to many-to-one
1 parent fd8e772 commit d7cc365

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
@@ -636,7 +636,7 @@ the relationship between the removed ``Tag`` and ``Task`` object.
636636
``Tag`` is properly removed.
637637

638638
In Doctrine, you have two sides of the relationship: the owning side and the
639-
inverse side. Normally in this case you'll have a many-to-many relationship
639+
inverse side. Normally in this case you'll have a many-to-one relationship
640640
and the deleted tags will disappear and persist correctly (adding new
641641
tags also works effortlessly).
642642

0 commit comments

Comments
 (0)
0