[WIP] Claim Encounters

This commit is contained in:
R
2023-03-24 14:41:02 +07:00
parent 229908e492
commit 7b9a341ccd
23 changed files with 1099 additions and 37 deletions

View File

@@ -12,6 +12,8 @@ class EncounterParticipant extends Model
public $fillable = [
'encounter_id',
'type',
'participantable_type',
'participantable_id'
];