X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Civi%2FApi4%2FGroupContact.php;h=62d1b2dc0fae675bd868db7c3c4be8399a5a0a5c;hb=5b4c15a0f19b9071b373b6dafce9c7d969c280ab;hp=7af2722431e846c3a54a0a594b8b9c5f49c7b366;hpb=57e83875288ecee677cff9b1668bb2639a5b1aff;p=civicrm-core.git diff --git a/Civi/Api4/GroupContact.php b/Civi/Api4/GroupContact.php index 7af2722431..62d1b2dc0f 100644 --- a/Civi/Api4/GroupContact.php +++ b/Civi/Api4/GroupContact.php @@ -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 {