Merge pull request #18667 from eileenmcnaughton/uf
[civicrm-core.git] / Civi / Api4 / ActionSchedule.php
index e3539dc92232cb83ea8a5b47541dd83af49c2ca1..86cf74fc9db7bf5bf73386f9e704a4fc7ca5a675 100644 (file)
@@ -14,8 +14,6 @@
  *
  * @package CRM
  * @copyright CiviCRM LLC https://civicrm.org/licensing
- * $Id$
- *
  */
 
 
@@ -30,6 +28,7 @@ namespace Civi\Api4;
  *
  * Creating a new ActionSchedule requires at minimum a title, mapping_id and entity_value.
  *
+ * @see https://docs.civicrm.org/user/en/latest/email/scheduled-reminders/
  * @package Civi\Api4
  */
 class ActionSchedule extends Generic\DAOEntity {