Remove constructors that do nothing
[civicrm-core.git] / CRM / Contribute / BAO / ContributionSoft.php
index 655f112cd92b6a120434b490f35c513c1c9d25a4..7d93a9250a577dd9d54d6e1e27259c5273f72b27 100644 (file)
@@ -18,13 +18,6 @@ use Civi\Api4\Contribution;
  */
 class CRM_Contribute_BAO_ContributionSoft extends CRM_Contribute_DAO_ContributionSoft {
 
-  /**
-   * Construct method.
-   */
-  public function __construct() {
-    parent::__construct();
-  }
-
   /**
    * Add contribution soft credit record.
    *