Merge pull request #20561 from WeMoveEU/fix/double-autosave
[civicrm-core.git] / CRM / Event / WorkflowMessage / ParticipantTrait.php
1 <?php
2
3 /**
4 * Trait for participant workflow classes.
5 */
6 trait CRM_Event_WorkflowMessage_ParticipantTrait {
7
8 /**
9 * @var int
10 *
11 * @scope tokenContext as participantId
12 */
13 public $participantId;
14
15 }