Merge pull request #19566 from eileenmcnaughton/mem_recur
[civicrm-core.git] / Civi / Api4 / RelationshipType.php
index 59a10a6c374aa644fe01cfa66f8ea6381149ce95..883a7c48b40f0c30f87b4caa18bdf4069b0adc1f 100644 (file)
@@ -14,8 +14,6 @@
  *
  * @package CRM
  * @copyright CiviCRM LLC https://civicrm.org/licensing
- * $Id$
- *
  */
 
 
@@ -29,5 +27,6 @@ namespace Civi\Api4;
  * @package Civi\Api4
  */
 class RelationshipType extends Generic\DAOEntity {
+  use Generic\Traits\OptionList;
 
 }