add province to user info

This commit is contained in:
2025-01-08 16:27:13 +03:30
parent c3d0fec4b6
commit a295c1958b
2 changed files with 4 additions and 2 deletions

View File

@@ -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()
]);
}