Merge pull request #14741 from colemanw/mappingExt
[civicrm-core.git] / api / v3 / MailingComponent.php
index 693b7b9f91614424c7a4e8f7ce1542ffb2c05843..886dc2321cc28afb4fa9515b44be7bfb820b7c34 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 5                                                  |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2017                                |
+ | Copyright CiviCRM LLC (c) 2004-2019                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -44,7 +44,6 @@ function civicrm_api3_mailing_component_create($params) {
   return _civicrm_api3_basic_create(_civicrm_api3_get_BAO(__FUNCTION__), $params, 'MailingComponent');
 }
 
-
 /**
  * Adjust Metadata for Create action.
  *