mirror of
https://github.com/Deathgarden-Rebirth/Deathgarden_Rebirth-Rewrite.git
synced 2026-09-10 04:05:22 -05:00
Increased users per page
This commit is contained in:
@@ -16,7 +16,7 @@ class UsersController extends AdminToolController
|
||||
|
||||
protected static Permissions $neededPermission = Permissions::USER_MANAGEMENT;
|
||||
|
||||
const PER_PAGE = 10;
|
||||
const PER_PAGE = 15;
|
||||
|
||||
public function index(Request $request)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user