X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Civi%2FApi4%2FActionSchedule.php;h=86cf74fc9db7bf5bf73386f9e704a4fc7ca5a675;hb=cbc3948fcaab5ad6b3087ff8c3fc87261bf8aec2;hp=e3539dc92232cb83ea8a5b47541dd83af49c2ca1;hpb=187d67c410e47f2313049e731b73d23b53457a07;p=civicrm-core.git diff --git a/Civi/Api4/ActionSchedule.php b/Civi/Api4/ActionSchedule.php index e3539dc922..86cf74fc9d 100644 --- a/Civi/Api4/ActionSchedule.php +++ b/Civi/Api4/ActionSchedule.php @@ -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 {