@@ -12,7 +12,7 @@ |
||
12 | 12 | */ |
13 | 13 | public function handle($query, $table, $orderBy, $primaryKey) |
14 | 14 | { |
15 | - if (! $orderBy) { |
|
15 | + if (!$orderBy) { |
|
16 | 16 | $query->orderby($table.'.'.$primaryKey, 'desc'); |
17 | 17 | return; |
18 | 18 | } |