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 efe4f73 commit 1ba81fcCopy full SHA for 1ba81fc
src/QueryBuilderRequest.php
@@ -106,11 +106,11 @@ public function filters(): Collection
106
/**
107
* @param $value
108
*
109
- * @return array|bool
+ * @return array|bool|null
110
*/
111
protected function getFilterValue($value)
112
{
113
- if ($value === null || $value === '') {
+ if (empty($value)) {
114
return $value;
115
}
116
0 commit comments