7d059b2466f8e973d25918cea9b0fbfd08b5b7b5
[civicrm-core.git] / Civi / Api4 / Action / CustomValue / Create.php
1 <?php
2
3 namespace Civi\Api4\Action\CustomValue;
4
5 /**
6 * @inheritDoc
7 */
8 class Create extends \Civi\Api4\Generic\DAOCreateAction {
9 use \Civi\Api4\Generic\Traits\CustomValueActionTrait;
10
11 }