This commit is contained in:
Yuri Kuznetsov
2024-09-15 13:29:15 +03:00
parent 8796693613
commit d70ef1e6cd
64 changed files with 101 additions and 200 deletions
@@ -182,8 +182,7 @@ class AssignmentProcessor
try {
$this->emailSender->send($email);
}
catch (Exception $e) {
} catch (Exception $e) {
$this->log->error('EmailNotification: [' . $e->getCode() . '] ' . $e->getMessage());
}
}