Skip to content

Commit

Permalink
Update sortable array (#1759)
Browse files Browse the repository at this point in the history
Add `email` (used by admin backend sorting)
  • Loading branch information
FatihKoz authored Feb 13, 2024
1 parent 499bca3 commit cea90aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Models/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ class User extends Authenticatable implements LaratrustUser, MustVerifyEmail
public $sortable = [
'id',
'name',
'email',
'pilot_id',
'callsign',
'country',
Expand Down

0 comments on commit cea90aa

Please sign in to comment.