Merge pull request #15796 from seamuslee001/dev_core_183_requirements
[civicrm-core.git] / Civi / Api4 / ActivityContact.php
index 7ef438a50ec900357bc8c7cda3d639e5f090038e..3c306ef1397665661f240cef6999a0e7f57bb18b 100644 (file)
@@ -1,5 +1,22 @@
 <?php
 
+/*
+ +--------------------------------------------------------------------+
+ | Copyright CiviCRM LLC. All rights reserved.                        |
+ |                                                                    |
+ | This work is published under the GNU AGPLv3 license with some      |
+ | permitted exceptions and without any warranty. For full license    |
+ | and copyright information, see https://civicrm.org/licensing       |
+ +--------------------------------------------------------------------+
+ */
+
+/**
+ *
+ * @package CRM
+ * @copyright CiviCRM LLC https://civicrm.org/licensing
+ */
+
+
 namespace Civi\Api4;
 
 /**
@@ -9,6 +26,7 @@ namespace Civi\Api4;
  *
  * Creating a new ActivityContact requires at minimum a contact_id and activity_id.
  *
+ * @see \Civi\Api4\Activity
  * @package Civi\Api4
  */
 class ActivityContact extends Generic\DAOEntity {