Merge pull request #20650 from tekhnee/patch-1

Adhere to EMailTemplate interface in constructor call.
This commit is contained in:
Morris Jobke 2020-04-27 11:10:38 +02:00 committed by GitHub
commit 2d7f71faca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ class Mailer implements IMailer {
return new $class(
$this->defaults,
$this->urlGenerator,
$this->l10n,
$this->l10nFactory,
$emailId,
$data
);