eee
This commit is contained in:
+1
-1
@@ -235,7 +235,7 @@ class SqlBuilder extends Component
|
|||||||
*/
|
*/
|
||||||
public function count(): string
|
public function count(): string
|
||||||
{
|
{
|
||||||
return $this->makeSelect(['COUNT(*)']) . $this->make();
|
return $this->makeSelect() . $this->make();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user