Procházet zdrojové kódy

任务返回关联需求的描述

kely před 11 měsíci
rodič
revize
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,
         ];
     }
 }