Cannot sort by updated at on Users [sc-27147]
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
50b8f180b3
commit
0ae9ce0aa9
1 changed files with 1 additions and 0 deletions
|
@ -255,6 +255,7 @@ class UsersController extends Controller
|
||||||
'groups',
|
'groups',
|
||||||
'activated',
|
'activated',
|
||||||
'created_at',
|
'created_at',
|
||||||
|
'updated_at',
|
||||||
'two_factor_enrolled',
|
'two_factor_enrolled',
|
||||||
'two_factor_optin',
|
'two_factor_optin',
|
||||||
'last_login',
|
'last_login',
|
||||||
|
|
Loading…
Add table
Reference in a new issue