add province to user info
This commit is contained in:
@@ -30,6 +30,7 @@ class ProfileController extends Controller
|
||||
'major' => $user->major,
|
||||
'degree' => $user->degree,
|
||||
'mobile' => $user->mobile,
|
||||
'province_id' => $user->province_id,
|
||||
'avatar' => $user->avatarUrl()
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user