Ver Fonte

add from

visuddhinanda há 2 anos atrás
pai
commit
d525b2d5a3
1 ficheiros alterados com 1 adições e 0 exclusões
  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,