Skip to content

Commit

Permalink
minor symfony#11227 Correct many-to-many to many-to-one (exastion)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
javiereguiluz committed Mar 27, 2019
2 parents 36399b5 + d7cc365 commit 6419bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion form/form_collections.rst
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ the relationship between the removed ``Tag`` and ``Task`` object.
``Tag`` is properly removed.

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

Expand Down

0 comments on commit 6419bb6

Please sign in to comment.