update
This commit is contained in:
@@ -247,7 +247,7 @@ class RequestLogController extends Controller
|
|||||||
$subQuery->where('name', 'LIKE', "%".$search."%");
|
$subQuery->where('name', 'LIKE', "%".$search."%");
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
->paginate();
|
->get();
|
||||||
|
|
||||||
$manipulatedIcds = $codeLogs->map(function ($codeLog) {
|
$manipulatedIcds = $codeLogs->map(function ($codeLog) {
|
||||||
// Contoh manipulasi, tambahkan atau ubah properti sesuai kebutuhan
|
// Contoh manipulasi, tambahkan atau ubah properti sesuai kebutuhan
|
||||||
|
|||||||
Reference in New Issue
Block a user