Skip to content

Commit 37b3bdc

Browse files
committed
Format Select query params
1 parent 882e03c commit 37b3bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Query/SelectQuery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function __construct(null|WhereCondition|array|WhereGroup $where = null,
2828
null|array $order = null,
2929
null|array $fields = null,
3030
null|Limit|array|int $limit = null,
31-
null|array $group = null)
31+
null|array $group = null)
3232
{
3333
if ($where) {
3434
$this->where($where);

0 commit comments

Comments
 (0)