(Very) minor typo fix.

This commit is contained in:
aditya 2013-02-08 05:12:06 +05:30
parent 23d23dd07c
commit 8e27840718
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ ### Many-To-Many
$roles = User::find(1)->roles;
If your table names don't follow conventions, simply pass the table name in the second parameter to the **has\_and\_belongs\_to\_many** method:
If your table names don't follow conventions, simply pass the table name in the second parameter to the **has\_many\_and\_belongs\_to** method:
class User extends Eloquent {