Merge branch '5.51' of github.com:civicrm/civicrm-core into up
[civicrm-core.git] / Civi / Api4 / Activity.php
index 4b45829273da21f9ddde673695db85deb5fb50a5..2de02dceed474a05f6b0008e5be1568658e46089 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;
 
 /**
@@ -30,6 +22,8 @@ namespace Civi\Api4;
  * An activity is a record of some type of interaction with one or more contacts.
  *
  * @see https://docs.civicrm.org/user/en/latest/organising-your-data/activities/
+ * @searchable primary
+ * @since 5.19
  * @package Civi\Api4
  */
 class Activity extends Generic\DAOEntity {