report fix
This commit is contained in:
@ -46,6 +46,11 @@ class ReportsSearch extends Reports
|
||||
|
||||
$dataProvider = new ActiveDataProvider([
|
||||
'query' => $query,
|
||||
'sort' => [
|
||||
'defaultOrder' => [
|
||||
'created_at' => SORT_DESC,
|
||||
]
|
||||
],
|
||||
]);
|
||||
|
||||
$this->load($params);
|
||||
|
Reference in New Issue
Block a user