8000 minor #11227 Correct many-to-many to many-to-one (exastion) · symfony/symfony-docs@6419bb6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6419bb6

Browse files
committed
minor #11227 Correct many-to-many to many-to-one (exastion)
This PR was merged into the 3.4 branch. Discussion ---------- Correct many-to-many to many-to-one <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap 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 `master` for features of unreleased versions). --> Commits ------- d7cc365 Correct many-to-many to many-to-one
2 parents 36399b5 + d7cc365 commit 6419bb6

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