Skip to content

Commit 4476db2

Browse files
committed
Updating the documentation. Properties for manyToMany type.
1 parent a3b6742 commit 4476db2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -710,11 +710,11 @@ return array(
710710
// based on model names
711711

712712
'leftOptions' => array(
713-
'rightProperty' => 'tags'
713+
'property' => 'tags'
714714
),
715715

716716
'rightOptions' => array(
717-
'leftProperty' => 'articles'
717+
'property' => 'articles'
718718
),
719719

720720
// depends on property names

0 commit comments

Comments
 (0)