minor fixes

This commit is contained in:
omair saleh
2020-06-09 11:01:42 +08:00
parent 3300e0ee47
commit 8cef599d85
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ class MilestoneTaskResource extends JsonResource
'type_id' => $this->type_id,
'task_type' => new ModularTypeResource($this->taskType),
'title' => $this->title,
'description' => $this->description,
'description' => nl2br($this->description),
'assignees' => [
'departments' => DepartmentResource::collection($this->departments),
'users' => UserResource::collection($this->users)