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 af56583 commit 65a6e03Copy full SHA for 65a6e03
src/Laravel/Filter/Where.php
@@ -86,7 +86,7 @@ public function apply(object $query, array|string $value, Context $context): voi
86
case 'notnull':
87
$this->applyNull(
88
$query,
89
- $operator === 'null' xor !filter_var($value, FILTER_VALIDATE_BOOLEAN),
+ $operator === 'null' xor !filter_var($v, FILTER_VALIDATE_BOOLEAN),
90
);
91
break;
92
0 commit comments