Add Logger

This commit is contained in:
nupplaPhil 2020-02-04 21:13:36 +01:00
parent cb08912926
commit 13c19fa9da
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
2 changed files with 4 additions and 3 deletions

View file

@ -100,7 +100,7 @@ class Emailer
*/
public function newNotifyMail()
{
return new NotifyMailBuilder($this->l10n, $this->baseUrl, $this->config,
return new NotifyMailBuilder($this->l10n, $this->baseUrl, $this->config, $this->logger,
$this->getSiteEmailAddress(), $this->getSiteEmailName());
}