@@ -150,7 +150,7 @@ |
||
| 150 | 150 | */ |
| 151 | 151 | protected function swapOrderWithModel(self $model) |
| 152 | 152 | { |
| 153 | - $orderColumnName = $this->determineOrderColumnName(); |
|
| 153 | + $orderColumnName = $this->determineOrderColumnName(); |
|
| 154 | 154 | $oldOrderOfOtherModel = $model->$orderColumnName; |
| 155 | 155 | |
| 156 | 156 | $model->$orderColumnName = $this->$orderColumnName; |