@@ -110,8 +110,7 @@ |
||
110 | 110 | public function where($champ, $cond, $champ_test, $closure = null) { |
111 | 111 | if ( $closure === null) { |
112 | 112 | $this->conditions[] = $champ.$cond.$champ_test; |
113 | - } |
|
114 | - else { |
|
113 | + } else { |
|
115 | 114 | $this->conditions[] = $champ.$cond.$champ_test." ".$closure; |
116 | 115 | } |
117 | 116 |