profile search fix

This commit is contained in:
andrey 2021-11-30 17:18:07 +03:00
parent c3f2f76f5c
commit 31c35676f3

View File

@ -70,7 +70,6 @@ class ProfileSearchForm extends Model
{
$model = UserCard::find();
if ($this->skills) {
$model->joinWith(['skillValues']);
$this->skills = explode(',', $this->skills);