Skip to content

Commit dddf711

Browse files
committed
Merge branch 'master' of github.com:segersjens/Laravel-MongoDB
2 parents a6714df + e5915c5 commit dddf711

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,8 @@ Selected columns that are not grouped will be aggregated with the $last function
185185

186186
**Aggregation**
187187

188+
*Aggregations are only available for MongoDB versions greater than 2.2.*
189+
188190
$total = Order::count();
189191
$price = Order::max('price');
190192
$price = Order::min('price');

0 commit comments

Comments
 (0)