Allow SearchSegments to be packaged as .mgd.php
authorColeman Watts <coleman@civicrm.org>
Wed, 25 May 2022 14:09:40 +0000 (10:09 -0400)
committerColeman Watts <coleman@civicrm.org>
Wed, 25 May 2022 14:09:40 +0000 (10:09 -0400)
ext/search_kit/Civi/Api4/SearchSegment.php

index 65a59ed3b51665624deec8afcf53bdecbcb0f01d..15df9c4d8af5c3521b02db6a46c97cd2532f60de 100644 (file)
@@ -7,5 +7,6 @@ namespace Civi\Api4;
  * @package Civi\Api4
  */
 class SearchSegment extends Generic\DAOEntity {
+  use \Civi\Api4\Generic\Traits\ManagedEntity;
 
 }