Merge branch '5.51' of github.com:civicrm/civicrm-core into up
[civicrm-core.git] / Civi / Api4 / PaymentProcessorType.php
index bc60c6180d95a55318c4068f56e63dd9e354a09b..178d5189677aa6f5b6d61aed9dbcecd2d0c36570 100644 (file)
@@ -20,6 +20,6 @@ namespace Civi\Api4;
  * @package Civi\Api4
  */
 class PaymentProcessorType extends Generic\DAOEntity {
-  use Generic\Traits\OptionList;
+  use Generic\Traits\ManagedEntity;
 
 }