Skip to content

Commit d709d4a

Browse files
committed
Merge branch 'master' of github.com:jenssegers/Laravel-MongoDB
2 parents c110d76 + 89eb805 commit d709d4a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ If you are using a different database driver as the default one, you will need t
7878
Everything else works just like the original Eloquent model. Read more about the Eloquent on http://laravel.com/docs/eloquent
7979

8080
### Optional: Alias
81-
-------------------
8281

8382
You may also register an alias for the MongoDB model by adding the following to the alias array in `app/config/app.php`:
8483

@@ -268,7 +267,7 @@ Supported relations are:
268267
- belongsTo
269268
- belongsToMany
270269

271-
*The belongsToMany relation will not use a pivot "table", but will push id's to a **related_ids** attribute instead.*
270+
*The belongsToMany relation will not use a pivot "table", but will push id's to a __related_ids__ attribute instead.*
272271

273272
Example:
274273

0 commit comments

Comments
 (0)