@@ -54,7 +54,7 @@ |
||
54 | 54 | $where = []; |
55 | 55 | |
56 | 56 | foreach($this->where as $k => $v){ |
57 | - $last = $this->where[$k-1] ?? false; |
|
57 | + $last = $this->where[$k - 1] ?? false; |
|
58 | 58 | |
59 | 59 | if(in_array($v, ['AND', 'OR', 'XOR', '(', ')'], true)){ |
60 | 60 | $where[] = $v; |