Expand member profile fields
This commit is contained in:
@@ -50,11 +50,21 @@ class ProfileController extends Controller
|
||||
$request->user()->save();
|
||||
|
||||
$memberFields = [
|
||||
'national_id',
|
||||
'phone',
|
||||
'phone_home',
|
||||
'phone_fax',
|
||||
'address_line_1',
|
||||
'address_line_2',
|
||||
'city',
|
||||
'postal_code',
|
||||
'birth_date',
|
||||
'gender',
|
||||
'identity_type',
|
||||
'identity_other_text',
|
||||
'occupation',
|
||||
'employer',
|
||||
'job_title',
|
||||
'emergency_contact_name',
|
||||
'emergency_contact_phone',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user