Merge pull request #18719 from JMAConsulting/core_2105
[civicrm-core.git] / Civi / Api4 / EntityTag.php
index 7760c1854d36aa09d19250d10a18f2a82d84cdd3..aeefb3d747e26a8af89fbc8b1d443f7483fe3e8e 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 {
+class EntityTag extends Generic\BridgeEntity {
 
 }