Merge pull request #15348 from civicrm/5.18
[civicrm-core.git] / Civi / Api4 / Participant.php
1 <?php
2
3 namespace Civi\Api4;
4
5 /**
6 * Participant entity, stores the participation record of a contact in an event.
7 *
8 * @package Civi\Api4
9 */
10 class Participant extends Generic\DAOEntity {
11
12 }