@@ -68,7 +68,7 @@ |
||
| 68 | 68 | public function fetchData(): void |
| 69 | 69 | { |
| 70 | 70 | foreach ($this->ordering as list($colName, $direction)) { |
| 71 | - $dir = IOrder::ORDER_ASC == $direction ? 'ASC' : 'DESC' ; |
|
| 71 | + $dir = IOrder::ORDER_ASC == $direction ? 'ASC' : 'DESC'; |
|
| 72 | 72 | $this->netteTable->order(strval($colName), $dir); |
| 73 | 73 | } |
| 74 | 74 | $this->netteTable->limit($this->limit, $this->offset); |