add_orderby_small_fixes
This commit is contained in:
@ -67,6 +67,7 @@ class HhSearch extends Hh
|
||||
$query->andFilterWhere(['like', 'url', $this->url])
|
||||
->andFilterWhere(['like', 'title', $this->title])
|
||||
->andFilterWhere(['like', 'photo', $this->photo]);
|
||||
$query->orderBy('dt_add DESC');
|
||||
|
||||
return $dataProvider;
|
||||
}
|
||||
|
Reference in New Issue
Block a user