8000 Readme updated to show belongsToMany relationship availability · Pull Request #71 · mongodb/laravel-mongodb · GitHub
[go: up one dir, main page]

Skip to content

Readme updated to show belongsToMany relationship availability #71

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 10 commits into from
Closed
Prev Previous commit
Next Next commit
Merge remote branch 'upstream/master'
Conflicts:
	README.md
  • Loading branch information
Daveawb committed Nov 21, 2013
commit 062412aedd8923d3fda437b4fd99472bac8520b0
2 changes: 2 additions & 0 deletions README.md
76BE
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,8 @@ Supported relations are:
- belongsTo
- belongsToMany

*The belongsToMany relation will not use a pivot "table", but will push id's to a __related_ids__ attribute instead.*

Example:

use Jenssegers\Mongodb\Model as Eloquent;
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0