fix Detach file

This commit is contained in:
2023-09-30 23:37:02 +03:00
parent 567ab20361
commit 5cdd516696
2 changed files with 8 additions and 4 deletions

View File

@ -379,4 +379,8 @@ class UserCard extends \yii\db\ActiveRecord
return UserCard::find()->where([ 'IN', 'id_user', $usersId])->all();
}
public static function getCardByStatus($status_id){
}
}