Skip to content

Commit 0ae9ce0

Browse files
committed
Cannot sort by updated at on Users [sc-27147]
Signed-off-by: snipe <[email protected]>
1 parent 50b8f18 commit 0ae9ce0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Http/Controllers/Api/UsersController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ public function index(Request $request) : array
255255
'groups',
256256
'activated',
257257
'created_at',
258+
'updated_at',
258259
'two_factor_enrolled',
259260
'two_factor_optin',
260261
'last_login',

0 commit comments

Comments
 (0)