From 364da8ae3847c99b62d4802ac278d142f899a01d Mon Sep 17 00:00:00 2001 From: Matthieu Lamalle Date: Tue, 13 Oct 2020 09:08:44 +0200 Subject: [PATCH] add container to notificationservice --- src/schedule-2.0/src/Service/notificationService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/schedule-2.0/src/Service/notificationService.php b/src/schedule-2.0/src/Service/notificationService.php index 12e0688..c03d809 100644 --- a/src/schedule-2.0/src/Service/notificationService.php +++ b/src/schedule-2.0/src/Service/notificationService.php @@ -17,6 +17,7 @@ class notificationService $this->mailer = $mailer; $this->twig = $twig; $this->em = $em; + $this->container = $container; } public function sendNotifAttenteValid($subject, $iduser, $idevent, $valid_url)