Merge pull request #24203 from colemanw/fixTagFilter553
[civicrm-core.git] / Civi / Api4 / Note.php
index 575a780a3e7a11b63b425a928dcfbcc4978456ea..7437bafc02ead601b262f04cb707c1f3301a64be 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC. All rights reserved.                        |
@@ -9,19 +8,13 @@
  | and copyright information, see https://civicrm.org/licensing       |
  +--------------------------------------------------------------------+
  */
-
-/**
- *
- * @package CRM
- * @copyright CiviCRM LLC https://civicrm.org/licensing
- */
-
-
 namespace Civi\Api4;
 
 /**
  * Note entity.
  *
+ * @searchable secondary
+ * @since 5.19
  * @package Civi\Api4
  */
 class Note extends Generic\DAOEntity {