Merge pull request #1692 from adityamenon/master
The tiniest PR you've ever seen.
This commit is contained in:
commit
e8834d764e
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in New Issue