Update AdminReportController

pull/5338/head
Daniel Supernault 6 months ago
parent 1a972e8ddf
commit ed9f2fbb09
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1

@ -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);
}

Loading…
Cancel
Save