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