user card level

This commit is contained in:
andrey
2021-06-30 17:30:53 +03:00
parent 8c9b5f04d4
commit 74ada385f5
5 changed files with 70 additions and 3 deletions

View File

@ -58,7 +58,6 @@ class ProfileSearchForm extends Model
if($this->skills){
$model->joinWith(['skillValues']);
Debug::prn(123);
$this->skills = explode(',', $this->skills);
$model->where(['card_skill.skill_id' => $this->skills]);
}