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

namespace Civi\Api4\Action\CustomValue;

/**
 * Given a set of records, will appropriately update the database.
 */
class Replace extends \Civi\Api4\Generic\BasicReplaceAction {
  use \Civi\Api4\Generic\Traits\CustomValueActionTrait;

}