Commit eaf5a3d9 authored by Shakarim Sapa's avatar Shakarim Sapa

- Корректировка отображаемой информации в таблице рассылки по кейсам

parent 6c10cecc
......@@ -31,7 +31,7 @@ use yii\grid\GridView;
[
'attribute' => 'user_id',
'value' => function($model) {
return $model->user->fio;
return $model->user->getFio();
}
],
[
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment