Skip to content

Commit 786167b

Browse files
committedAug 10, 2014
Update README.md
1 parent 0a25697 commit 786167b

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
@@ -486,7 +486,7 @@ Like other relations, embedsMany assumes the local key of the relationship based
486486

487487
return $this->embedsMany('Book', 'local_key');
488488

489-
Embedded relations will return a Collection of embedded items instead of a query builder. To allow a more query-like behavior, embedded relations will return a modified version of the Collection class with support for the following **additional** operations:
489+
Embedded relations will return a Collection of embedded items instead of a query builder. To allow a more query-like behavior, a modified version of the Collection class is used, with support for the following **additional** operations:
490490

491491
- where($key, $operator, $value)
492492
- whereIn($key, $values) and whereNotIn($key, $values)

0 commit comments

Comments
 (0)
Please sign in to comment.