feat(user-profile): add avatar upload functionality and update UserProfile entity

This commit is contained in:
hamed
2026-06-19 10:19:47 +03:30
parent 9b0af282e0
commit a8d36d7455
7 changed files with 127 additions and 1 deletions
+4
View File
@@ -27,6 +27,10 @@ services:
arguments:
$projectDir: '%kernel.project_dir%'
App\UserProfile\Controller\UserProfileController:
arguments:
$projectDir: '%kernel.project_dir%'
App\Auth\Service\OtpService:
arguments:
$otpTtl: '%env(int:OTP_TTL)%'