X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Civi%2FApi4%2FCustomField.php;h=7ac3b10657129ea75b948e97d3fc152a877c83b3;hb=4de71a02270fcb6bdb7eafcc302ebc0832551d3c;hp=702a5dc3e96cab8d9772cbae724eade75b69d46b;hpb=c77f9b14576dbe8314a82b2e4f19a170d3cc1695;p=civicrm-core.git diff --git a/Civi/Api4/CustomField.php b/Civi/Api4/CustomField.php index 702a5dc3e9..7ac3b10657 100644 --- a/Civi/Api4/CustomField.php +++ b/Civi/Api4/CustomField.php @@ -14,8 +14,6 @@ * * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing - * $Id$ - * */ @@ -24,6 +22,8 @@ namespace Civi\Api4; /** * CustomField entity. * + * @see https://docs.civicrm.org/user/en/latest/organising-your-data/creating-custom-fields/ + * * @package Civi\Api4 */ class CustomField extends Generic\DAOEntity {