Civi\Api4\Queue - Allow use with hook_managed
authorTim Otten <totten@civicrm.org>
Wed, 2 Feb 2022 21:13:26 +0000 (13:13 -0800)
committerTim Otten <totten@civicrm.org>
Fri, 18 Feb 2022 23:59:38 +0000 (15:59 -0800)
Civi/Api4/Queue.php

index 7c4e337b875b0b8e58993fb0bd2eabeef6f2b4fa..e3ae1acbf3524611d9c75f2815b9bd3ab2670e7e 100644 (file)
@@ -22,6 +22,8 @@ namespace Civi\Api4;
  */
 class Queue extends \Civi\Api4\Generic\DAOEntity {
 
+  use Generic\Traits\ManagedEntity;
+
   /**
    * @return array
    */