@@ -32,7 +32,7 @@ |
||
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++; |