user card api

This commit is contained in:
andrey 2021-07-07 16:50:11 +03:00
parent 1f20b7af8b
commit fef3f26ae3

View File

@ -66,6 +66,7 @@ class ProfileSearchForm extends Model
}
$model->andWhere(['status' => [4, 12]]);
$model->andWhere(['deleted_at' => null]);
return $model->limit($this->limit)
->offset($this->offset)->orderBy('id DESC')->asArray()->all();