visuddhinanda 3 years ago
parent
commit
e0e8b40f83
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Http/Resources/NissayaEndingResource.php

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

@@ -20,6 +20,7 @@ class NissayaEndingResource extends JsonResource
             "ending"=> $this->ending,
             "lang"=> $this->lang,
             "relation"=> $this->relation,
+            "case"=> $this->case,
             "editor"=> UserApi::getById($this->editor_id),
             "created_at"=> $this->created_at,
             "updated_at"=> $this->updated_at,