Commit f8f2bab3 authored by Shakarim Sapa's avatar Shakarim Sapa

- Модель таблицы курсов. Добавлены заголовки на русском

parent 38fb22ca
......@@ -41,9 +41,9 @@ class AnalyticsSchoolCourse extends \yii\db\ActiveRecord
{
return [
'id' => 'ID',
'name' => 'Name',
'description' => 'Description',
'image' => 'Image',
'name' => 'Название курса',
'description' => 'Описание',
'image' => 'Изображение',
];
}
}
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