Merge pull request #987 from robmeijer/develop
Fix pivot table name in Many-to-Many section in Eloquent documentation.
This commit is contained in:
commit
b194d8372d
|
@ -242,7 +242,7 @@ ### Many-To-Many
|
|||
id - INTEGER
|
||||
name - VARCHAR
|
||||
|
||||
**Roles_Users:**
|
||||
**Role_User:**
|
||||
|
||||
id - INTEGER
|
||||
user_id - INTEGER
|
||||
|
|
Loading…
Reference in New Issue