Merge pull request #18554 from civicrm/5.30
[civicrm-core.git] / Civi / Api4 / MappingField.php
index e59be2b13157b8a34658f9048073deae49247ac7..23cb5e0ca96404778be7e4a74f29d433e9e2930f 100644 (file)
  *
  * @package CRM
  * @copyright CiviCRM LLC https://civicrm.org/licensing
- * $Id$
- *
  */
 
-
 namespace Civi\Api4;
 
 /**
@@ -26,6 +23,8 @@ namespace Civi\Api4;
  *
  * This represents one field in a Mapping collection.
  *
+ * @see \Civi\Api4\Mapping
+ *
  * @package Civi\Api4
  */
 class MappingField extends Generic\DAOEntity {