Commit 65a94df2 authored by jose miguel's avatar jose miguel

linter

parent 3e2837b7
......@@ -289,7 +289,6 @@ class Builder extends BaseBuilder
} elseif ($function == 'count') {
// Translate count into sum.
$group['aggregate'] = ['$sum' => 1];
} else {
$group['aggregate'] = ['$' . $function => '$' . $column];
}
......
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