Browse Source

dev 2021-03

Max F 4 years ago
parent
commit
2e9ffb26f0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Database/Sql/WhereQuery.php

+ 1 - 1
src/Database/Sql/WhereQuery.php

@@ -103,7 +103,7 @@ class WhereQuery
 		}
 		
 		$this->groups = $group_by + $this->groups;
-		$this->options['order by'] = $this->groups;
+		$this->options['group by'] = $this->groups;
 
 		return $this;
 	}