@@ -118,7 +118,7 @@ |
||
118 | 118 | return '-' . implode('-', $eagerLoads->keys()->toArray()); |
119 | 119 | } |
120 | 120 | |
121 | - protected function getOrderByClauses(){ |
|
121 | + protected function getOrderByClauses(){ |
|
122 | 122 | $orders = collect($this->query->orders); |
123 | 123 | |
124 | 124 | return $orders->reduce(function($carry, $order){ |