Commit ac20a980 authored by Ильнур Табулдин's avatar Ильнур Табулдин :skull_crossbones:
Browse files

s

Showing with 1 addition and 3 deletions
+1 -3
......@@ -25,9 +25,7 @@ class LoggerSearch extends LoggerSerializer
$query = LoggerSerializer::find();
$dataProvider = new ActiveDataProvider([
'query' => $query,
'sort' => [
['defaultOrder' => ['created_at' => SORT_DESC]],
]
'sort' => ['defaultOrder' => ['created_at' => SORT_DESC]]
]);
$this->load($params, 'filter');
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment