Merge pull request #17500 from eileenmcnaughton/renew_can
[civicrm-core.git] / Civi / Api4 / GroupContact.php
index 7af2722431e846c3a54a0a594b8b9c5f49c7b366..62d1b2dc0fae675bd868db7c3c4be8399a5a0a5c 100644 (file)
@@ -18,7 +18,6 @@
  *
  */
 
-
 namespace Civi\Api4;
 
 /**
@@ -27,6 +26,8 @@ namespace Civi\Api4;
  * A contact can either be "Added" "Removed" or "Pending" in a group.
  * CiviCRM only considers them to be "in" a group if their status is "Added".
  *
+ * @see \Civi\Api4\Group
+ *
  * @package Civi\Api4
  */
 class GroupContact extends Generic\DAOEntity {