Merge branch '5.51' of github.com:civicrm/civicrm-core into up
[civicrm-core.git] / Civi / Api4 / PaymentProcessorType.php
index 5b41c808590cedf6deb5fd1f2094218e0747276b..178d5189677aa6f5b6d61aed9dbcecd2d0c36570 100644 (file)
@@ -8,13 +8,6 @@
  | and copyright information, see https://civicrm.org/licensing       |
  +--------------------------------------------------------------------+
  */
-
-/**
- *
- * @package CRM
- * @copyright CiviCRM LLC https://civicrm.org/licensing
- */
-
 namespace Civi\Api4;
 
 /**
@@ -23,9 +16,10 @@ namespace Civi\Api4;
  * @see \Civi\Api4\PaymentProcessor
  *
  * @searchable none
+ * @since 5.23
  * @package Civi\Api4
  */
 class PaymentProcessorType extends Generic\DAOEntity {
-  use Generic\Traits\OptionList;
+  use Generic\Traits\ManagedEntity;
 
 }