Add @searchable annotation to denote which API entities should be visible in Search...
[civicrm-core.git] / Civi / Api4 / GroupOrganization.php
index a640e2cb93cd6542d0150f6b8bfe7dcf7ef87cae..87b683810b84fa3cae70460b2dbc4b6b77c368d7 100644 (file)
@@ -14,8 +14,6 @@
  *
  * @package CRM
  * @copyright CiviCRM LLC https://civicrm.org/licensing
- * $Id$
- *
  */
 
 namespace Civi\Api4;
@@ -23,8 +21,12 @@ namespace Civi\Api4;
 /**
  * GroupOrganization entity.
  *
+ * Relates groups to organizations.
+ *
+ * @see \Civi\Api4\Group
  * @package Civi\Api4
  */
 class GroupOrganization extends Generic\DAOEntity {
+  use Generic\Traits\EntityBridge;
 
 }