Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 65a94df

Browse files
jose migueljose miguel
authored andcommittedOct 31, 2019
linter
1 parent 3e2837b commit 65a94df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/Jenssegers/Mongodb/Query/Builder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,6 @@ public function getFresh($columns = [])
289289
} elseif ($function == 'count') {
290290
// Translate count into sum.
291291
$group['aggregate'] = ['$sum' => 1];
292-
293292
} else {
294293
$group['aggregate'] = ['$' . $function => '$' . $column];
295294
}

0 commit comments

Comments
 (0)
Please sign in to comment.