class NotificationMailer

Properties

protected Mailer $mailer
protected TranslatorInterface $translator

Methods

__construct(Mailer $mailer, TranslatorInterface $translator)

No description

send(MailableInterface $blueprint, User $user)

No description

Details

__construct(Mailer $mailer, TranslatorInterface $translator)

Parameters

Mailer $mailer
TranslatorInterface $translator

send(MailableInterface $blueprint, User $user)

Parameters

MailableInterface $blueprint
User $user