Kaynağa Gözat

dev 2021-03

Max F 4 yıl önce
ebeveyn
işleme
2e9ffb26f0
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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;
 	}