Merge pull request #19221 from civicrm/5.33
[civicrm-core.git] / Civi / Api4 / EntityTag.php
index 7760c1854d36aa09d19250d10a18f2a82d84cdd3..2febe72254e348cf20fe1a6d2c88101b1047454d 100644 (file)
  *
  * @package CRM
  * @copyright CiviCRM LLC https://civicrm.org/licensing
- * $Id$
- *
  */
 
-
 namespace Civi\Api4;
 
 /**
  * EntityTag - links tags to contacts, activities, etc.
  *
+ * @see \Civi\Api4\Tag
+ *
  * @package Civi\Api4
  */
 class EntityTag extends Generic\DAOEntity {
+  use Generic\Traits\EntityBridge;
 
 }