Merge pull request #16085 from seamuslee001/dev_core_1466
[civicrm-core.git] / Civi / Api4 / ContactType.php
index 98822f11c66b86aefed8605b23fe8cee9f62e5d8..8cf2d9a134820e2a51018ba392071afcd02367bd 100644 (file)
@@ -30,6 +30,8 @@ namespace Civi\Api4;
  *
  * Creating a new contact type requires at minimum a label and parent_id.
  *
+ * @see https://docs.civicrm.org/user/en/latest/organising-your-data/contacts/#contact-subtypes
+ * @see \Civi\Api4\Contact
  * @package Civi\Api4
  */
 class ContactType extends Generic\DAOEntity {