You are here

public function DrupalMandrill::__destruct in Mandrill 8

Override __destruct() to prevent calling curl_close().

File

src/DrupalMandrill.php, line 64

Class

DrupalMandrill
Overrides default Mandrill library to provide custom API call function.

Namespace

Drupal\mandrill

Code

public function __destruct() {
}