@@ -23,7 +23,7 @@ |
||
23 | 23 | public function handle($result, $table) |
24 | 24 | { |
25 | 25 | $orderby = $this->ctrl->orderby; |
26 | - if (! $orderby) { |
|
26 | + if (!$orderby) { |
|
27 | 27 | $result->orderby($table.'.'.$this->ctrl->primaryKey, 'desc'); |
28 | 28 | return; |
29 | 29 | } |