Applied manual JWT check and restored all driver fields62
This commit is contained in:
@@ -41,6 +41,7 @@ class Driver extends Model
|
||||
public const ENCRYPTED_FIELDS = [
|
||||
'first_name', 'last_name', 'phone', 'gender', 'email',
|
||||
'national_number', 'name_arabic', 'address', 'birthdate',
|
||||
'accountBank',
|
||||
];
|
||||
|
||||
// ── Relationships ──
|
||||
|
||||
Reference in New Issue
Block a user