Merge pull request #15313 from yashodha/report_cleanup
[civicrm-core.git] / Civi / Api4 / UFJoin.php
1 <?php
2
3 namespace Civi\Api4;
4
5 /**
6 * UFJoin entity - links profiles to the components/extensions they are used for.
7 *
8 * @package Civi\Api4
9 */
10 class UFJoin extends Generic\DAOEntity {
11
12 }