user: yeet remaining name_* fields, again...
This commit is contained in:
parent
4d77d486ec
commit
d2864410ed
5 changed files with 10 additions and 36 deletions
|
@ -58,7 +58,7 @@ class UserController extends ApplicationApiController
|
|||
}
|
||||
|
||||
$users = QueryBuilder::for(User::query())
|
||||
->allowedFilters(['id', 'uuid', 'username', 'email', 'first_name', 'last_name', 'external_id'])
|
||||
->allowedFilters(['id', 'uuid', 'username', 'email', 'external_id'])
|
||||
->allowedSorts(['id', 'uuid', 'username', 'email', 'admin_role_id'])
|
||||
->paginate($perPage);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue