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

+ 1 - 0
app/Http/Resources/NissayaEndingResource.php

@@ -23,6 +23,7 @@ class NissayaEndingResource extends JsonResource
             "lang"=> $this->lang,
             "relation"=> $this->relation,
             "case"=> $this->case,
+            "from"=> json_decode($this->from),
             "count"=> $this->count,
             "editor"=> UserApi::getByUuid($this->editor_id),
             "created_at"=> $this->created_at,