fix UserService.php

This commit is contained in:
p2405951
2026-02-24 17:02:55 +01:00
parent ffa77ad386
commit dd63f5ddd0
+2 -1
View File
@@ -21,7 +21,8 @@ class UserService
"updated_at" => $user->updated_at,
"verfied_at" => $user->verfied_at,
"validate" => $user->validate,
"tasks" => $user->tasks
"tasks" => $user->tasks,
"profile_photo_path" => $user->profile_photo_path,
];
}
}