add to form firlds

This commit is contained in:
king199025
2018-10-11 17:45:35 +03:00
parent 43557838ac
commit c9db4cd49b
5 changed files with 24 additions and 0 deletions

View File

@ -16,6 +16,7 @@ class UserCard extends \common\models\UserCard
[
'card_id' => \Yii::$app->request->get('id'),
'project_id' => null,
'company_id' => null,
])
->all();
$array = [];