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