diff --git a/Modules/Internal/Http/Controllers/Api/RequestLogController.php b/Modules/Internal/Http/Controllers/Api/RequestLogController.php index 6834eca1..97a49ba5 100755 --- a/Modules/Internal/Http/Controllers/Api/RequestLogController.php +++ b/Modules/Internal/Http/Controllers/Api/RequestLogController.php @@ -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