Merge pull request #19279 from eileenmcnaughton/go_mem
[civicrm-core.git] / Civi / Api4 / ContactType.php
index 8cf2d9a134820e2a51018ba392071afcd02367bd..ac6731e569f4f5e00d8bc0fd06b4ed9137ecfdf8 100644 (file)
@@ -14,8 +14,6 @@
  *
  * @package CRM
  * @copyright CiviCRM LLC https://civicrm.org/licensing
- * $Id$
- *
  */
 
 
@@ -35,5 +33,6 @@ namespace Civi\Api4;
  * @package Civi\Api4
  */
 class ContactType extends Generic\DAOEntity {
+  use Generic\Traits\OptionList;
 
 }