X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Civi%2FApi4%2FMappingField.php;h=23cb5e0ca96404778be7e4a74f29d433e9e2930f;hb=a4edb117eae92b8fc59b2a0bd3067b8ba5e05a25;hp=e59be2b13157b8a34658f9048073deae49247ac7;hpb=187d67c410e47f2313049e731b73d23b53457a07;p=civicrm-core.git diff --git a/Civi/Api4/MappingField.php b/Civi/Api4/MappingField.php index e59be2b131..23cb5e0ca9 100644 --- a/Civi/Api4/MappingField.php +++ b/Civi/Api4/MappingField.php @@ -14,11 +14,8 @@ * * @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 {