Fix Rating
This commit is contained in:
@@ -35,7 +35,7 @@ class PractitionerRoleToDoctorDetailResource extends JsonResource
|
||||
'work_experience' => $this->meta->work_experience ?? '',
|
||||
'keilmuan' => $this->meta->keilmuan ?? '',
|
||||
'description' => $this->meta->description ?? '',
|
||||
'rating' => rand(350, 500) / 10,
|
||||
'rating' => rand(350, 500) / 100,
|
||||
|
||||
'is_chat_available' => $this->is_chat_available,
|
||||
'is_video_available' => $this->is_video_available,
|
||||
|
||||
Reference in New Issue
Block a user