X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Civi%2FApi4%2FRelationshipType.php;h=883a7c48b40f0c30f87b4caa18bdf4069b0adc1f;hb=33307b5a0da280c63ed0d8fa1f8a3e899a217ad0;hp=5032e947fb61cea24b81ad33bef9e74ac8cce5dc;hpb=4a857b55aa93910463dad24efcdf76035b50a517;p=civicrm-core.git diff --git a/Civi/Api4/RelationshipType.php b/Civi/Api4/RelationshipType.php index 5032e947fb..883a7c48b4 100644 --- a/Civi/Api4/RelationshipType.php +++ b/Civi/Api4/RelationshipType.php @@ -27,5 +27,6 @@ namespace Civi\Api4; * @package Civi\Api4 */ class RelationshipType extends Generic\DAOEntity { + use Generic\Traits\OptionList; }