remove unsed twig in mail notifier

This commit is contained in:
Simon Vieille 2023-10-20 09:45:58 +02:00
parent 5c3f2ab1e7
commit ede8d4fdcb
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -21,7 +21,7 @@ class MailNotifier
protected ?string $from = null;
protected ?string $replyTo = null;
public function __construct(protected TwigEnvironment $twig, protected MailerInterface $mailer)
public function __construct(protected MailerInterface $mailer)
{
}