Completed
Pull Request — master (#12)
by Pascal
02:27
created
src/SortableTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -150,7 +150,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.