fix same column for quick-search table with pbg

This commit is contained in:
arifal hidayat
2025-08-23 22:25:06 +07:00
parent 954b2d8716
commit 38493063c4
6 changed files with 39 additions and 15 deletions

View File

@@ -43,6 +43,7 @@ class RequestAssignmentResouce extends JsonResource
->sortByDesc('created_at')
->first(),
'pbg_task_retributions' => $this->pbg_task_retributions,
'pbg_task_detail' => $this->pbg_task_detail,
];
}
}