214c2acd3f7a10684d7c3d5effe4f18bf25e19d0
[civicrm-core.git] / Civi / Api4 / Action / Address / Update.php
1 <?php
2
3 namespace Civi\Api4\Action\Address;
4
5 /**
6 * @inheritDoc
7 */
8 class Update extends \Civi\Api4\Generic\DAOUpdateAction {
9 use AddressSaveTrait;
10
11 }