We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b67da88 + 9c3ee57 commit c2fc784Copy full SHA for c2fc784
1 file changed
src/Manipulation/Traits/GroupBy.php
@@ -88,7 +88,7 @@ private function addGroupBy(Closure | string $column, array $columns, ?string $d
88
*/
89
protected function renderGroupBy() : ?string
90
{
91
- if ( ! isset($this->sql['group_by'])) {
+ if (!isset($this->sql['group_by'])) {
92
return null;
93
}
94
$expressions = [];
0 commit comments