From 1a90cefb040252cdc2d8b0eb621d05baba9f4adb Mon Sep 17 00:00:00 2001 From: Tb Fajri Date: Thu, 20 Feb 2025 16:57:47 +0700 Subject: [PATCH] update --- Modules/Internal/Http/Controllers/Api/RequestLogController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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