Completed
Pull Request — master (#9)
by
unknown
04:52 queued 01:49
created
src/Distilleries/Expendable/States/OrderStateTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
         $order = 1;
33 33
         foreach ($ids as $id) {
34 34
             $instance = $this->model->find($id);
35
-            if (! empty($instance)) {
35
+            if (!empty($instance)) {
36 36
                 $instance->{$this->model->orderFieldName()} = $order;
37 37
                 $instance->save();
38 38
                 $order++;
Please login to merge, or discard this patch.