Commit 040b7944 authored by Jens Segers's avatar Jens Segers

Small readme update for belongsToMany

parent dbd11e9a
......@@ -266,6 +266,9 @@ Supported relations are:
- hasOne
- hasMany
- belongsTo
- belongsToMany
*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