small_fixes

This commit is contained in:
SoHardKI
2019-07-03 16:17:20 +03:00
parent 3f48247569
commit 1a3a0aa5f8
2 changed files with 1 additions and 5 deletions

View File

@ -79,7 +79,7 @@ class UserCardSearch extends UserCard
->andFilterWhere(['like', 'passport', $this->passport])
->andFilterWhere(['like', 'photo', $this->photo])
->andFilterWhere(['like', 'email', $this->email]);
$query->andFilterWhere(['skill.id' => $this->skills]);
return $dataProvider;