Merge branch 'staging' of https://git.putrakuningan.com/daengdeni/lpj into tender

This commit is contained in:
2025-05-07 15:13:34 +07:00
2 changed files with 13 additions and 3 deletions

View File

@@ -190,7 +190,7 @@
$pageCount = ceil($totalRecords / $request->get('size'));
// Calculate the current page number
$currentPage = $request->get('page', 1);
$currentPage = $request->get('page') ?: 1;
// Return the response data as a JSON object
return response()->json([