diff --git a/app/Services/UserService.php b/app/Services/UserService.php index 7226c78..f95070c 100644 --- a/app/Services/UserService.php +++ b/app/Services/UserService.php @@ -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, ]; } }