Merge pull request #22540 from civicrm/5.46
[civicrm-core.git] / CRM / Mailing / BAO / Spool.php
index bf098e48bdbd1af2d79799f6602e3f215924aae3..dc88a6fc7a40cc96ba246507087e9f819661c2c8 100644 (file)
  */
 class CRM_Mailing_BAO_Spool extends CRM_Mailing_DAO_Spool {
 
-  /**
-   * Class constructor.
-   */
-  public function __construct() {
-    parent::__construct();
-  }
-
   /**
    * Store Mails into Spool table.
    *