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

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