@@ -216,7 +216,7 @@ |
||
| 216 | 216 | protected function defaultOrdering() |
| 217 | 217 | { |
| 218 | 218 | $criteria = $this->request->orderableColumns(); |
| 219 | - if (! empty($criteria)) { |
|
| 219 | + if (!empty($criteria)) { |
|
| 220 | 220 | $sorter = function ($a, $b) use ($criteria) { |
| 221 | 221 | foreach ($criteria as $orderable) { |
| 222 | 222 | $column = $this->getColumnName($orderable['column']); |