class NotificationMailer

Properties

protected Mailer $mailer
protected TranslatorInterface $translator
protected SettingsRepositoryInterface $settings

Methods

__construct(Mailer $mailer, TranslatorInterface $translator, SettingsRepositoryInterface $settings)

No description

send(MailableInterface $blueprint, User $user)

No description

Details

__construct(Mailer $mailer, TranslatorInterface $translator, SettingsRepositoryInterface $settings)

Parameters

Mailer $mailer
TranslatorInterface $translator
SettingsRepositoryInterface $settings

send(MailableInterface $blueprint, User $user)

Parameters

MailableInterface $blueprint
User $user