fix bug d'affichage profile-photod

This commit is contained in:
p2405951
2026-03-08 18:55:28 +01:00
parent dd63f5ddd0
commit e67db45548
+2 -1
View File
@@ -25,7 +25,8 @@ class User extends Authenticatable
'phone', 'phone',
'validate', 'validate',
'role', 'role',
'verified_at' 'verified_at',
'profile_photo_path'
]; ];
/** /**