@@ -83,7 +83,7 @@ |
||
83 | 83 | $where = str_replace(':'.$name, $inSQL, $where); |
84 | 84 | } elseif($value instanceof Binder) { |
85 | 85 | $newWhereBinder[] = $value; |
86 | - }else{ |
|
86 | + } else{ |
|
87 | 87 | $newWhereBinder[] = new Binder($name, $value); |
88 | 88 | } |
89 | 89 | } |