Merge pull request #19221 from civicrm/5.33
[civicrm-core.git] / Civi / Api4 / EntityTag.php
index 06ae229c19ca06e590550f319af6544b88658a30..2febe72254e348cf20fe1a6d2c88101b1047454d 100644 (file)
@@ -14,8 +14,6 @@
  *
  * @package CRM
  * @copyright CiviCRM LLC https://civicrm.org/licensing
- * $Id$
- *
  */
 
 namespace Civi\Api4;
@@ -28,5 +26,6 @@ namespace Civi\Api4;
  * @package Civi\Api4
  */
 class EntityTag extends Generic\DAOEntity {
+  use Generic\Traits\EntityBridge;
 
 }