Skip to content

Commit

Permalink
Removed spill over from another branch
Browse files Browse the repository at this point in the history
  • Loading branch information
MackenzieMolloy committed Aug 6, 2024
1 parent 5a22513 commit 2ef03ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Http/Controllers/Admin/UserController.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ public function index(Request $request): View
->groupBy('users.id')
)
->allowedFilters(['username', 'email', 'uuid'])
->defaultSort('-root_admin')
->allowedSorts(['id', 'uuid'])
->paginate(50);

Expand Down

0 comments on commit 2ef03ba

Please sign in to comment.