We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ea0974 commit 66296acCopy full SHA for 66296ac
src/CacheKey.php
@@ -69,7 +69,7 @@ protected function getColumnClauses(array $where) : string
69
return "-{$where["boolean"]}_{$where["first"]}_{$where["operator"]}_{$where["second"]}";
70
}
71
72
- protected function getCurrentBinding(string $type, mixed $bindingFallback = null): mixed
+ protected function getCurrentBinding(string $type, $bindingFallback = null)
73
{
74
return data_get($this->query->bindings, "{$type}.{$this->currentBinding}", $bindingFallback);
75
0 commit comments