You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: eloquent-collections.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Of course, all collections also serve as iterators, allowing you to loop over th
17
17
echo $user->name;
18
18
}
19
19
20
-
However, collections are much more powerful than arrays and expose a variety of map / reduce operations using an intuitive interface. For example, let's remove all inactive models and gather the first name for each remaining user:
20
+
However, collections are much more powerful than arrays and expose a variety of map / reduce operations that may be chained using an intuitive interface. For example, let's remove all inactive models and gather the first name for each remaining user:
0 commit comments