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)