has card
This commit is contained in:
@ -49,10 +49,14 @@ class TgBotRestController extends RestController
|
||||
|
||||
$this->model->save();
|
||||
|
||||
$this->renderApi($this->model->toArray());
|
||||
$resArr = $tgBot->toArray();
|
||||
$resArr['has_card'] = CardService::userHasCard($resArr['user_id']);
|
||||
$this->renderApi($resArr);
|
||||
}
|
||||
$resArr = $tgBot->toArray();
|
||||
$resArr['has_card'] = CardService::userHasCard($resArr['user_id']);
|
||||
|
||||
$this->renderApi($tgBot->toArray());
|
||||
$this->renderApi($resArr);
|
||||
}
|
||||
|
||||
#[NoReturn] public function actionCreateCard(): void
|
||||
|
Reference in New Issue
Block a user