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.
2 parents 835abab + ba81e79 commit 9cbfac8Copy full SHA for 9cbfac8
src/CacheKey.php
@@ -90,7 +90,7 @@ protected function getQueryColumns(array $columns) : string
90
91
protected function getTypeClause($where) : string
92
{
93
- $type =in_array($where['type'], ['In', 'Null', 'NotNull', 'between'])
+ $type =in_array($where['type'], ['In', 'NotIn', 'Null', 'NotNull', 'between'])
94
? strtolower($where['type'])
95
: strtolower($where['operator']);
96
0 commit comments