Skip to content

Commit c2fc784

Browse files
committed
Merge branch 'development'
2 parents b67da88 + 9c3ee57 commit c2fc784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Manipulation/Traits/GroupBy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ private function addGroupBy(Closure | string $column, array $columns, ?string $d
8888
*/
8989
protected function renderGroupBy() : ?string
9090
{
91-
if ( ! isset($this->sql['group_by'])) {
91+
if (!isset($this->sql['group_by'])) {
9292
return null;
9393
}
9494
$expressions = [];

0 commit comments

Comments
 (0)