Commit d9bee097 authored by Jens Segers's avatar Jens Segers

Typo

parent aa3e2c86
...@@ -97,7 +97,7 @@ class Query extends \Illuminate\Database\Query\Builder { ...@@ -97,7 +97,7 @@ class Query extends \Illuminate\Database\Query\Builder {
} }
} }
if ($wheres) $pipeline[] = array('$match' => $match); if ($wheres) $pipeline[] = array('$match' => $wheres);
$pipeline[] = array('$group' => $group); $pipeline[] = array('$group' => $group);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment