This commit is contained in:
2025-12-20 11:36:14 +03:30
parent 3ecfdf02d9
commit 0a2df262e1
7 changed files with 69 additions and 9 deletions

View File

@@ -31,6 +31,7 @@ class ProfileController extends Controller
'degree' => $user->degree,
'mobile' => $user->mobile,
'province_id' => $user->province_id,
'city_id' => $user->city_id,
'avatar' => $user->avatarUrl(),
]);
}