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 b1c923c commit 5940732Copy full SHA for 5940732
src/Filter.php
@@ -63,7 +63,7 @@ public static function fromArray(array $filter): self
63
: self::create(
64
"{$filter['field']}",
65
Operator::create("{$filter['operator']}"),
66
- "{$filter['value']}"
+ $filter['value']
67
);
68
}
69
0 commit comments