summaryrefslogtreecommitdiff
path: root/www/crm/wp-content/plugins/civicrm/civicrm/ext/api4/Civi/Api4/UFJoin.php
blob: 4d68fc7a4d76b1ac340395a039838ac988e1e127 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php

namespace Civi\Api4;

/**
 * UFJoin entity - links profiles to the components/extensions they are used for.
 *
 * @package Civi\Api4
 */
class UFJoin extends Generic\DAOEntity {

}