Merge pull request #987 from robmeijer/develop

Fix pivot table name in Many-to-Many section in Eloquent documentation.
This commit is contained in:
Taylor Otwell
2012-07-24 06:08:32 -07:00

View File

@@ -242,7 +242,7 @@ Many-to-many relationships are the most complicated of the three relationships.
id - INTEGER id - INTEGER
name - VARCHAR name - VARCHAR
**Roles_Users:** **Role_User:**
id - INTEGER id - INTEGER
user_id - INTEGER user_id - INTEGER