X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FMailingGroup.php;h=cc6ef0cf94b256d700761e3cf497cade1c1a5550;hb=f8e09beda27ede84319b8f47fd3f94d0a9b6762d;hp=9f3cb1e1eb4279bc830ad245e24c2e1bfe64ad2c;hpb=832f3e1f078d2ae5fcd1ea70276f16716080af6d;p=civicrm-core.git diff --git a/api/v3/MailingGroup.php b/api/v3/MailingGroup.php index 9f3cb1e1eb..cc6ef0cf94 100644 --- a/api/v3/MailingGroup.php +++ b/api/v3/MailingGroup.php @@ -41,12 +41,12 @@ */ function _civicrm_api3_mailing_group_deprecation() { $message = 'This action is deprecated. Use the mailing_event API instead.'; - return array( + return [ 'event_unsubscribe' => $message, 'event_domain_unsubscribe' => $message, 'event_resubscribe' => $message, 'event_subscribe' => $message, - ); + ]; } /**