From a52de7c74ee57a040bed1129e1eccb742f98200d Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Wed, 2 Feb 2022 13:13:26 -0800 Subject: [PATCH] Civi\Api4\Queue - Allow use with hook_managed --- Civi/Api4/Queue.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Civi/Api4/Queue.php b/Civi/Api4/Queue.php index 7c4e337b87..e3ae1acbf3 100644 --- a/Civi/Api4/Queue.php +++ b/Civi/Api4/Queue.php @@ -22,6 +22,8 @@ namespace Civi\Api4; */ class Queue extends \Civi\Api4\Generic\DAOEntity { + use Generic\Traits\ManagedEntity; + /** * @return array */ -- 2.25.1