Skip to content

Commit 792d53c

Browse files
authored
WIP
1 parent ea09bba commit 792d53c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CacheKey.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ protected function getInAndNotInClauses(array $where) : string
8787

8888
$type = strtolower($where["type"]);
8989
$subquery = $this->getValuesFromWhere($where);
90-
$values = collect($this->getCurrentBinding('where', []));
90+
$values = collect($this->getCurrentBinding('where', ""));
9191

9292
if (Str::startsWith($subquery, $values->first())) {
9393
$this->currentBinding += count($where["values"]);

0 commit comments

Comments
 (0)