hasMany('days'); } public function practitionerRole() { return $this->belongsTo(PractitionerRole::class, 'practitioner_role_id'); } }