removed configuration of null cache from eve mail helper
This commit is contained in:
@@ -47,10 +47,6 @@ class EveMailHelper {
|
|||||||
//Create the ESI authentication container
|
//Create the ESI authentication container
|
||||||
$esi = $esiHelper->SetupEsiAuthentication($token);
|
$esi = $esiHelper->SetupEsiAuthentication($token);
|
||||||
|
|
||||||
//Set caching to null
|
|
||||||
$configuration = Configuration::getInstance();
|
|
||||||
$configuration->cache = NullCache::class;
|
|
||||||
|
|
||||||
//Attempt to send the mail
|
//Attempt to send the mail
|
||||||
try {
|
try {
|
||||||
$esi->setBody([
|
$esi->setBody([
|
||||||
|
|||||||
Reference in New Issue
Block a user