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 dcfb45c commit f694075Copy full SHA for f694075
src/Filters/FiltersBelongsTo.php
@@ -51,7 +51,7 @@ protected function filterNullValues(array $values): array
51
{
52
return array_filter(
53
$values,
54
- fn ($v) => ! in_array($v, [null, 0, 'null', '0'], true)
+ fn ($v) => ! in_array($v, [null, 0, 'null', '0', ''], true)
55
);
56
}
57
0 commit comments