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

namespace Civi\Api4\Action\CustomValue;

/**
 * Update one or more records with new values. Use the where clause to select them.
 */
class Update extends \Civi\Api4\Generic\DAOUpdateAction {
  use \Civi\Api4\Generic\Traits\CustomValueActionTrait;

}