fix project
This commit is contained in:
parent
a25cdf3796
commit
018be9a598
@ -67,7 +67,7 @@ class ProjectSearch extends Project
|
|||||||
|
|
||||||
$query->andFilterWhere(['like', 'name', $this->name])
|
$query->andFilterWhere(['like', 'name', $this->name])
|
||||||
->andFilterWhere(['like', 'description', $this->description]);
|
->andFilterWhere(['like', 'description', $this->description]);
|
||||||
$query->orderBy('created_at DESC');
|
$query->orderBy('id DESC');
|
||||||
|
|
||||||
return $dataProvider;
|
return $dataProvider;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user