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 ae890b3 commit d6535cdCopy full SHA for d6535cd
src/CacheKey.php
@@ -129,7 +129,7 @@ protected function getValuesFromWhere(array $where) : string
129
130
protected function getValuesFromBindings(array $where, string $values) : string
131
{
132
- if (! $values && ($this->query->bindings["where"] ?? false)) {
+ if (! $values && ($this->query->bindings["where"][$this->currentBinding] ?? false)) {
133
$values = $this->query->bindings["where"][$this->currentBinding];
134
$this->currentBinding++;
135
0 commit comments