APIv4 - Opt-in more ManagedEntity types
[civicrm-core.git] / Civi / Api4 / MembershipType.php
index 78b24e319545226b6f392f16936daf993fa90118..6be44a5f927c656829492ce1708a87013dbfadc8 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC. All rights reserved.                        |
@@ -9,7 +8,6 @@
  | and copyright information, see https://civicrm.org/licensing       |
  +--------------------------------------------------------------------+
  */
-
 namespace Civi\Api4;
 
 /**
@@ -21,5 +19,6 @@ namespace Civi\Api4;
  */
 class MembershipType extends Generic\DAOEntity {
   use Generic\Traits\OptionList;
+  use Generic\Traits\ManagedEntity;
 
 }