This commit is contained in:
2025-02-20 16:57:47 +07:00
parent cfab2f37ea
commit 1a90cefb04

View File

@@ -247,7 +247,7 @@ class RequestLogController extends Controller
$subQuery->where('name', 'LIKE', "%".$search."%");
});
})
->paginate();
->get();
$manipulatedIcds = $codeLogs->map(function ($codeLog) {
// Contoh manipulasi, tambahkan atau ubah properti sesuai kebutuhan