We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 882e03c commit 37b3bdcCopy full SHA for 37b3bdc
src/Query/SelectQuery.php
@@ -28,7 +28,7 @@ public function __construct(null|WhereCondition|array|WhereGroup $where = null,
28
null|array $order = null,
29
null|array $fields = null,
30
null|Limit|array|int $limit = null,
31
- null|array $group = null)
+ null|array $group = null)
32
{
33
if ($where) {
34
$this->where($where);
0 commit comments