visuddhinanda 2 лет назад
Родитель
Сommit
f9302def45
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app/Http/Controllers/DictController.php

+ 1 - 0
app/Http/Controllers/DictController.php

@@ -108,6 +108,7 @@ class DictController extends Controller
                     $currData = [
                             'dictname'=> $dictInfo->name,
                             'shortname'=> $dictInfo->shortname,
+                            'description'=>$dictInfo->description,
                             'dict_id' => $value->dict_id,
                             'lang' => $dict_lang[0],
                             'word'=> $word,