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 54ec105 commit c581e51Copy full SHA for c581e51
src/Query/Filter/AndGroup.php
@@ -50,10 +50,6 @@ public function getRaw(): string
50
*/
51
public function __toString(): string
52
{
53
- if (empty($this->filters)) {
54
- return '';
55
- }
56
-
57
return '('.$this->getRaw().')';
58
}
59
src/Query/Filter/OrGroup.php
0 commit comments