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

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

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