From 7f7bef2c23590b198727b9cf0224b454fec2feae Mon Sep 17 00:00:00 2001 From: "r.voznyi" Date: Sun, 10 Mar 2024 22:18:40 +0300 Subject: [PATCH] feat(hw19):Rebbitmq --- app/src/Infrastructure/Notification/EmailEmailNotification.php | 2 +- app/src/Infrastructure/Repository/DbRepository.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/Infrastructure/Notification/EmailEmailNotification.php b/app/src/Infrastructure/Notification/EmailEmailNotification.php index 4a29d3df6..d1e4ac2a3 100644 --- a/app/src/Infrastructure/Notification/EmailEmailNotification.php +++ b/app/src/Infrastructure/Notification/EmailEmailNotification.php @@ -36,4 +36,4 @@ public function send(string $message, string $subject, string $email): void $this->mailer->send($this->email); */ } -} \ No newline at end of file +} diff --git a/app/src/Infrastructure/Repository/DbRepository.php b/app/src/Infrastructure/Repository/DbRepository.php index 09cf841b1..773c11715 100644 --- a/app/src/Infrastructure/Repository/DbRepository.php +++ b/app/src/Infrastructure/Repository/DbRepository.php @@ -75,4 +75,4 @@ private function insert(ApplicationForm $entity) $reflectionProperty->setAccessible(true); $reflectionProperty->setValue($entity, $id); } -} \ No newline at end of file +}