add container to notificationservice

This commit is contained in:
2020-10-13 09:08:44 +02:00
parent 2c281d5166
commit 364da8ae38

View File

@@ -17,6 +17,7 @@ class notificationService
$this->mailer = $mailer; $this->mailer = $mailer;
$this->twig = $twig; $this->twig = $twig;
$this->em = $em; $this->em = $em;
$this->container = $container;
} }
public function sendNotifAttenteValid($subject, $iduser, $idevent, $valid_url) public function sendNotifAttenteValid($subject, $iduser, $idevent, $valid_url)