change get schedule type

This commit is contained in:
R
2022-11-22 14:37:51 +07:00
parent 5fae236ec0
commit c3d953322d

View File

@@ -215,7 +215,7 @@ class DoctorController extends Controller
}); });
} }
} else if ($request->type == 'teleconsultation') { } else if ($request->type == 'chat' || $request->type == 'video') {
$practitioner = Practitioner::query() $practitioner = Practitioner::query()
->with([ ->with([