Skip to content

Commit

Permalink
[#21] Endre standardsortering til utgivelsesdato for kritikken, stigende
Browse files Browse the repository at this point in the history
  • Loading branch information
danmichaelo committed Sep 30, 2019
1 parent dc1acce commit 9da6902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/LitteraturkritikkController.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function index(LitteraturkritikkSearchRequest $request, Litteraturkritikk
'dato',
],
'order' => [
['key' => 'verk_dato', 'direction' => 'desc'],
['key' => 'dato', 'direction' => 'asc'],
]
]);
}
Expand Down

0 comments on commit 9da6902

Please sign in to comment.