fix UserService.php
This commit is contained in:
@@ -21,7 +21,8 @@ class UserService
|
|||||||
"updated_at" => $user->updated_at,
|
"updated_at" => $user->updated_at,
|
||||||
"verfied_at" => $user->verfied_at,
|
"verfied_at" => $user->verfied_at,
|
||||||
"validate" => $user->validate,
|
"validate" => $user->validate,
|
||||||
"tasks" => $user->tasks
|
"tasks" => $user->tasks,
|
||||||
|
"profile_photo_path" => $user->profile_photo_path,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user