remove unsed twig in mail notifier
This commit is contained in:
parent
5c3f2ab1e7
commit
ede8d4fdcb
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue