visuddhinanda 3 년 전
부모
커밋
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,