Commit 44d298d6 authored by Shakarim Sapa's avatar Shakarim Sapa

- Добавлено описание полей в модели CasesSchedule

parent cec36e4f
...@@ -54,12 +54,12 @@ class CasesSchedule extends \yii\db\ActiveRecord ...@@ -54,12 +54,12 @@ class CasesSchedule extends \yii\db\ActiveRecord
{ {
return [ return [
'id' => 'ID', 'id' => 'ID',
'user_id' => 'User ID', 'user_id' => 'Пользователь',
'case_id' => 'Case ID', 'case_id' => 'Кейс',
'template_id' => 'Template ID', 'template_id' => 'Шаблон',
'sended_date' => 'Sended Date', 'sended_date' => 'Дата отправки',
'sended' => 'Sended', 'sended' => 'Отправлено',
'actual' => 'Actual', 'actual' => 'Активно',
]; ];
} }
......
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