project owner info
This commit is contained in:
parent
047912c3a4
commit
32a7f483fb
@ -112,6 +112,12 @@ class Project extends \common\models\Project
|
|||||||
return $this->hh;
|
return $this->hh;
|
||||||
},
|
},
|
||||||
'owner_id',
|
'owner_id',
|
||||||
|
'owner_info' => function(){
|
||||||
|
return [
|
||||||
|
"fio" => $this->owner->userCard->fio ?? ($this->user->id ?? ''),
|
||||||
|
"avatar" => $this->owner->userCard->photo ?? '',
|
||||||
|
];
|
||||||
|
},
|
||||||
'company' => function() {
|
'company' => function() {
|
||||||
return $this->company;
|
return $this->company;
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user