@@ -69,7 +69,7 @@ |
||
69 | 69 | } |
70 | 70 | |
71 | 71 | $this->model = $this->model->leftJoin($sortTable, $keyName, '=', $sortTable.'.id') |
72 | - ->orderBy($sortColumn, $this->sortedBy) |
|
73 | - ->addSelect($table.'.*'); |
|
72 | + ->orderBy($sortColumn, $this->sortedBy) |
|
73 | + ->addSelect($table.'.*'); |
|
74 | 74 | } |
75 | 75 | } |
76 | 76 | \ No newline at end of file |