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 e670ae4 commit edb0f11Copy full SHA for edb0f11
1 file changed
src/Components/Condition.php
@@ -46,6 +46,7 @@ class Condition extends Component
46
'LIKE' => 1,
47
'NOT IN' => 1,
48
'NOT NULL' => 1,
49
+ 'NOT' => 1,
50
'NULL' => 1,
51
'OR' => 1,
52
'XOR' => 1,
0 commit comments