belongsTo(Encounter::class, 'encounter_id'); } public function participantable() { return $this->morphTo(); } }