projects
/
civicrm-core.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
info.xml - Bump to v0.2
[civicrm-core.git]
/
ext
/
afform
/
core
/
Civi
/
Api4
/
Action
/
Afform
/
Get.php
1
<
?php
2
3
namespace
civi\Api4\Action\Afform
;
4
5
use
Civi\Api4\Traits\AfformCrudTrait
;
6
7
class
Get
extends
\Civi\Api4\Action\Get
{
8
9
use
AfformCrudTrait
;
10
11
}