Commit d709d4a8 authored by Jens Segers's avatar Jens Segers

Merge branch 'master' of github.com:jenssegers/Laravel-MongoDB

parents c110d762 89eb8056
......@@ -78,7 +78,6 @@ If you are using a different database driver as the default one, you will need t
Everything else works just like the original Eloquent model. Read more about the Eloquent on http://laravel.com/docs/eloquent
### Optional: Alias
-------------------
You may also register an alias for the MongoDB model by adding the following to the alias array in `app/config/app.php`:
......@@ -268,7 +267,7 @@ 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.*
*The belongsToMany relation will not use a pivot "table", but will push id's to a __related_ids__ attribute instead.*
Example:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment