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

namespace Civi\Api4\Action\CustomValue;

/**
 * @inheritDoc
 */
class Create extends \Civi\Api4\Generic\DAOCreateAction {
  use \Civi\Api4\Generic\Traits\CustomValueActionTrait;

}