change get schedule type
This commit is contained in:
@@ -215,7 +215,7 @@ class DoctorController extends Controller
|
||||
|
||||
});
|
||||
}
|
||||
} else if ($request->type == 'teleconsultation') {
|
||||
} else if ($request->type == 'chat' || $request->type == 'video') {
|
||||
|
||||
$practitioner = Practitioner::query()
|
||||
->with([
|
||||
|
||||
Reference in New Issue
Block a user