Skip to content

Commit 78a5a05

Browse files
authored
Merge pull request mongodb#896 from svyandun/master
Rename belongs to many keys
2 parents 856670a + 25c7e7b commit 78a5a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ class User extends Eloquent {
620620

621621
public function groups()
622622
{
623-
return $this->belongsToMany('Group', null, 'users', 'groups');
623+
return $this->belongsToMany('Group', null, 'user_ids', 'group_ids');
624624
}
625625

626626
}

0 commit comments

Comments
 (0)