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
@@ -369,8 +369,7 @@ class Processor
$this->emailSender
->withParams($senderParams)
->send($email);
}
catch (Exception $e) {
} catch (Exception $e) {
$this->log->error('EmailNotification: [' . $e->getCode() . '] ' .$e->getMessage());
}
}
@@ -583,8 +582,7 @@ class Processor
$this->emailSender
->withParams($senderParams)
->send($email);
}
catch (Exception $e) {
} catch (Exception $e) {
$this->log->error('EmailNotification: [' . $e->getCode() . '] ' .$e->getMessage());
}
}
@@ -739,8 +737,7 @@ class Processor
$this->emailSender
->withParams($senderParams)
->send($email);
}
catch (Exception $e) {
} catch (Exception $e) {
$this->log->error('EmailNotification: [' . $e->getCode() . '] ' .$e->getMessage());
}
}
@@ -880,8 +877,7 @@ class Processor
$this->emailSender
->withParams($senderParams)
->send($email);
}
catch (Exception $e) {
} catch (Exception $e) {
$this->log->error('EmailNotification: [' . $e->getCode() . '] ' .$e->getMessage());
}
}