Merge pull request #19395 from colemanw/afformTypes
[civicrm-core.git] / Civi / Api4 / MappingField.php
index 16cf57ad5678940c935a8c3339baa989de2afb17..bde710c401942b48d9e99be8b76d91dd1b216775 100644 (file)
@@ -14,8 +14,6 @@
  *
  * @package CRM
  * @copyright CiviCRM LLC https://civicrm.org/licensing
- * $Id$
- *
  */
 
 namespace Civi\Api4;
@@ -26,7 +24,7 @@ namespace Civi\Api4;
  * This represents one field in a Mapping collection.
  *
  * @see \Civi\Api4\Mapping
- *
+ * @searchable false
  * @package Civi\Api4
  */
 class MappingField extends Generic\DAOEntity {