245c9f4cf0d58b4b4e1f05e28b0a09f957d52e5c
[civicrm-core.git] / Civi / Api4 / CustomField.php
1 <?php
2
3 namespace Civi\Api4;
4
5 /**
6 * CustomField entity.
7 *
8 * @package Civi\Api4
9 */
10 class CustomField extends Generic\DAOEntity {
11
12 }