Skip to content

Commit 83b45d3

Browse files
authored
Merge pull request #4293 from aavrug/patch-23
Update associations.rst
2 parents 876384f + 67a4f83 commit 83b45d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/orm/associations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ syntax::
506506
public function initialize(array $config)
507507
{
508508
$this->belongsToMany('Tags', [
509-
'joinTable' => 'article_tag',
509+
'joinTable' => 'articles_tags',
510510
]);
511511
}
512512
}

0 commit comments

Comments
 (0)