This commit is contained in:
2025-10-28 12:02:56 +03:30
parent 9e179baa6b
commit 1000621924
5 changed files with 47 additions and 166 deletions

View File

@@ -29,7 +29,9 @@ class User extends Authenticatable
'name', 'email', 'major', 'password', 'username', 'first_name', 'last_name', 'position', 'mobile', 'province_id', 'city_id', 'confirmed', 'enabled', 'avatar', 'city_fa', 'province_fa', 'degree',
'national_code',
'edarate_ostani_id',
'edarate_shahri_id'
'edarate_shahri_id',
'edarate_ostani_name',
'edarate_shahri_name'
];
/**