diff --git a/app/Jobs/Commands/Eve/ProcessSendEveMailJob.php b/app/Jobs/Commands/Eve/ProcessSendEveMailJob.php index c91b98737..ced14bb1e 100644 --- a/app/Jobs/Commands/Eve/ProcessSendEveMailJob.php +++ b/app/Jobs/Commands/Eve/ProcessSendEveMailJob.php @@ -107,7 +107,7 @@ class ProcessSendEveMailJob implements ShouldQueue $this->release(20); } - //Get the error code and take the appropriate action + //Get the response code and take the appropriate action $errorCode = $response->getErrorCode(); if($errorCode === null) {