Add Length_of_work_year

This commit is contained in:
R
2022-09-23 09:49:45 +07:00
parent bae91e6120
commit 33db51bf65
3 changed files with 6 additions and 3 deletions

View File

@@ -52,7 +52,8 @@ class PractitionerRoleToDoctorResource extends JsonResource
'avatar_url' => asset('images/default-doctor-avatar.png'),
'hospital' => $organization,
'speciality' => $speciality,
'rating' => rand(350, 500) / 100,
'rating' => rand(88, 100),
'length_of_work_year' => rand(1, 10),
'is_chat_available' => $this->is_chat_available,
'is_video_available' => $this->is_video_available,