diff --git a/src/core/Notification/MailNotifier.php b/src/core/Notification/MailNotifier.php index 1e1a637..397d7d9 100644 --- a/src/core/Notification/MailNotifier.php +++ b/src/core/Notification/MailNotifier.php @@ -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) { }