minor fixes

This commit is contained in:
omair saleh
2020-06-09 10:52:11 +08:00
parent f6d74785c2
commit 3300e0ee47
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ class TaskResource extends JsonResource
'type_id' => $this->type_id,
'task_type' => new ModularTypeResource($this->taskType),
'title' => $this->title,
'description' => $this->description,
'description' => nl2br($this->description),
'status' => $this->status,
'current_status' => $this->currentStatus->name,
'active' => $this->active,