Prechádzať zdrojové kódy

任务返回关联需求的描述

kely 11 mesiacov pred
rodič
commit
2043ad527d

+ 1 - 0
app/Http/Resources/API/RequirementSimpleResource.php

@@ -17,6 +17,7 @@ class RequirementSimpleResource extends JsonResource
         return [
             'id' => $this->id,
             'title' => $this->title,
+            'description' => $this->description,
         ];
     }
 }