浏览代码

Update AdminReportController

Daniel Supernault 8 月之前
父节点
当前提交
ed9f2fbb09
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Http/Controllers/Admin/AdminReportController.php

+ 1 - 1
app/Http/Controllers/Admin/AdminReportController.php

@@ -1573,7 +1573,7 @@ trait AdminReportController
                 ->where('profiles.username', 'LIKE', $query)
                 ->select('moderated_profiles.*', 'profiles.username')
                 ->orderByDesc('moderated_profiles.id')
-                ->cursorPaginate(5);
+                ->cursorPaginate(10);
 
             return AdminModeratedProfileResource::collection($profiles);
         }