Skip to content

Commit 5dd9c10

Browse files
authored
Update CacheKey.php
1 parent 25ce571 commit 5dd9c10

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/CacheKey.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ protected function getColumnClauses(array $where) : string
8484
if ($where["first"] instanceof Expression) {
8585
$where["first"] = $this->expressionToString($where["first"]);
8686
}
87-
88-
if ($where["second"] instanceof Expression) {
89-
$where["second"] = $this->expressionToString($where["second"]);
90-
}
91-
87+
88+
if ($where["second"] instanceof Expression) {
89+
$where["second"] = $this->expressionToString($where["second"]);
90+
}
91+
9292
return "-{$where["boolean"]}_{$where["first"]}_{$where["operator"]}_{$where["second"]}";
9393
}
9494

0 commit comments

Comments
 (0)