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