Merge pull request #15091 from JKingsnorth/rm-unused-maxlocations
[civicrm-core.git] / CRM / Mailing / BAO / Component.php
1 <?php
2
3 /**
4 * @deprecated copy of renamed class.
5 * @package CRM
6 * @copyright CiviCRM LLC (c) 2004-2019
7 */
8 class CRM_Mailing_BAO_Component extends CRM_Mailing_BAO_MailingComponent {
9
10 }