Merge remote-tracking branch 'origin/dev' into features/notifications

This commit is contained in:
2026-03-12 15:52:54 +01:00
5 changed files with 87 additions and 2 deletions
+2 -1
View File
@@ -25,7 +25,8 @@ class User extends Authenticatable
'phone',
'validate',
'role',
'verified_at'
'verified_at',
'profile_photo_path'
];
/**