WIP afformList angular page
[civicrm-core.git] / ext / afform / core / Civi / Api4 / Action / Afform / Update.php
CommitLineData
7422a230
TO
1<?php
2
3namespace Civi\Api4\Action\Afform;
4
57ab5576 5use Civi\Api4\Traits\AfformCrudTrait;
7422a230
TO
6
7class Update extends \Civi\Api4\Action\Update {
8
9 use AfformCrudTrait;
10
11 protected $select = ['name'];
12
13}