Exemplo n.º 1
0
 public function createTreatmentPlan()
 {
     return TreatmentPlan::addNew(['patient_id' => $this->id]);
 }