We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ba292 commit 4607b6fCopy full SHA for 4607b6f
README.md
@@ -485,7 +485,7 @@ return array(
485
'property' => 'articles'
486
),
487
488
- 'itemOptions' => array(
+ 'itemsOptions' => array(
489
490
// the name of the property added to items
491
// e.g. $article->category()
@@ -634,6 +634,8 @@ return array(
634
'property' => 'task'
635
636
637
+ // note it's 'itemOptions' here
638
+ // but 'itemsOptions' for One To Many
639
'itemOptions' => array(
640
641
@@ -1026,4 +1028,4 @@ $topic->replies[2] = $reply;
1026
1028
1027
1029
$exists = isset($topic->replies[2]);
1030
unset($topic->replies[2]);
-```
1031
+```
0 commit comments