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