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