api4 - Import CRM/, Civi/, templates/, ang/, css/, js/, xml/menu
[civicrm-core.git] / Civi / Api4 / UFMatch.php
CommitLineData
19b53e5b
C
1<?php
2
3namespace Civi\Api4;
4
5/**
6 * UFMatch entity - links civicrm contacts with users created externally
7 *
8 * @package Civi\Api4
9 */
10class UFMatch extends Generic\DAOEntity {
11
12}