From cea90aafa729fa46535c99e4379f781dfd29a3b0 Mon Sep 17 00:00:00 2001 From: "B.Fatih KOZ" Date: Tue, 13 Feb 2024 06:25:09 +0300 Subject: [PATCH] Update sortable array (#1759) Add `email` (used by admin backend sorting) --- app/Models/User.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Models/User.php b/app/Models/User.php index 59200e009..fb30cbefb 100755 --- a/app/Models/User.php +++ b/app/Models/User.php @@ -156,6 +156,7 @@ class User extends Authenticatable implements LaratrustUser, MustVerifyEmail public $sortable = [ 'id', 'name', + 'email', 'pilot_id', 'callsign', 'country',