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 ea09bba commit 792d53cCopy full SHA for 792d53c
src/CacheKey.php
@@ -87,7 +87,7 @@ protected function getInAndNotInClauses(array $where) : string
87
88
$type = strtolower($where["type"]);
89
$subquery = $this->getValuesFromWhere($where);
90
- $values = collect($this->getCurrentBinding('where', []));
+ $values = collect($this->getCurrentBinding('where', ""));
91
92
if (Str::startsWith($subquery, $values->first())) {
93
$this->currentBinding += count($where["values"]);
0 commit comments