This commit is contained in:
2023-12-13 18:34:48 +08:00
parent 8cd195f4ee
commit 0833e87362
+1 -1
View File
@@ -235,7 +235,7 @@ class SqlBuilder extends Component
*/
public function count(): string
{
return $this->makeSelect(['COUNT(*)']) . $this->make();
return $this->makeSelect() . $this->make();
}