Completed
Push — master ( 318a1a...25d9c5 )
by Carlos
07:17
created
src/Traits/HasRevaluableAttributes.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -203,7 +203,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.