Browse Source

Merge pull request #987 from robmeijer/develop

Fix pivot table name in Many-to-Many section in Eloquent documentation.
Taylor Otwell 12 years ago
parent
commit
b194d8372d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      laravel/documentation/database/eloquent.md

+ 1 - 1
laravel/documentation/database/eloquent.md

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