Commit e8834d76 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #1692 from adityamenon/master

The tiniest PR you've ever seen.
parents e289bc48 8e278407
......@@ -284,7 +284,7 @@ Or, as usual, you may retrieve the relationship through the dynamic roles proper
$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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment