X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FMember%2FActionMapping.php;h=e42add868298b81d1dac16546f3f3bb566667469;hb=f54abaaec0bf6109b5b39a46979145e6bc685645;hp=56db7eef4148ed53f2f3f0e26e217e282e97d04d;hpb=d36fcd1e418ab43bff5cc2f5b360bbc5261b9d1f;p=civicrm-core.git diff --git a/CRM/Member/ActionMapping.php b/CRM/Member/ActionMapping.php index 56db7eef41..e42add8682 100644 --- a/CRM/Member/ActionMapping.php +++ b/CRM/Member/ActionMapping.php @@ -168,4 +168,12 @@ class CRM_Member_ActionMapping extends \Civi\ActionSchedule\Mapping { } } + /** + * Determine whether a schedule based on this mapping should + * send to additional contacts. + */ + public function sendToAdditional($entityId): bool { + return TRUE; + } + }