Merge pull request #22955 from colemanw/schemaTrait
[civicrm-core.git] / Civi / Api4 / ContactType.php
index 4e7a3eec50bf6ee35ab44615c6a01fadb58edb18..e949845613a168a4e8f6decb856397471e899e6b 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC. All rights reserved.                        |
@@ -9,14 +8,6 @@
  | and copyright information, see https://civicrm.org/licensing       |
  +--------------------------------------------------------------------+
  */
-
-/**
- *
- * @package CRM
- * @copyright CiviCRM LLC https://civicrm.org/licensing
- */
-
-
 namespace Civi\Api4;
 
 /**
@@ -35,6 +26,6 @@ namespace Civi\Api4;
  * @package Civi\Api4
  */
 class ContactType extends Generic\DAOEntity {
-  use Generic\Traits\OptionList;
+  use Generic\Traits\ManagedEntity;
 
 }