Skip to content

Commit 02f284e

Browse files
committed
wording
1 parent a7dfdf7 commit 02f284e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ The `groupBy` method now returns `Collection` instances for each item in the par
103103

104104
#### The `lists` Method
105105

106-
The `lists` method now returns a `Collection` instance instead of a plain array for Collections. If you would like to convert the `Collection` into a plain array, use the `all` method:
106+
The `lists` method now returns a `Collection` instance instead of a plain array. If you would like to convert the `Collection` into a plain array, use the `all` method:
107107

108108
$collection->lists('id')->all();
109109

0 commit comments

Comments
 (0)