Merge pull request #23119 from eileenmcnaughton/silly6
[civicrm-core.git] / Civi / Api4 / GroupOrganization.php
index 87b683810b84fa3cae70460b2dbc4b6b77c368d7..610087bfe2307898a544139747963f63430a3bcc 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC. All rights reserved.                        |
@@ -9,13 +8,6 @@
  | and copyright information, see https://civicrm.org/licensing       |
  +--------------------------------------------------------------------+
  */
-
-/**
- *
- * @package CRM
- * @copyright CiviCRM LLC https://civicrm.org/licensing
- */
-
 namespace Civi\Api4;
 
 /**
@@ -23,7 +15,11 @@ namespace Civi\Api4;
  *
  * Relates groups to organizations.
  *
+ * FIXME: For now, excluding this from SearchKit because it's confusingly similar to GroupContact
+ * @searchable none
+ *
  * @see \Civi\Api4\Group
+ * @since 5.19
  * @package Civi\Api4
  */
 class GroupOrganization extends Generic\DAOEntity {