docs: remove many-to-one reference from the many-to-many` documentation (#7806)

This commit is contained in:
Fuh Austin 2021-06-28 09:11:03 +01:00 committed by GitHub
parent 525381d91e
commit 9bbdb01946
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1130,7 +1130,7 @@ It will also modify the `photo` table, adding a new `author` column and creating
### Creating a many-to-many relation
Let's create a many-to-one / many-to-many relation.
Let's create a many-to-many relation.
Let's say a photo can be in many albums, and each album can contain many photos.
Let's create an `Album` class: