@@ -203,7 +203,7 @@ |
||
203 | 203 | { |
204 | 204 | $query = $this->newQuery(); |
205 | 205 | |
206 | - if (! $this->exists) { |
|
206 | + if (!$this->exists) { |
|
207 | 207 | return $query->{$method}($column, $amount, $extra); |
208 | 208 | } |
209 | 209 |