Skip to content
Snippets Groups Projects
Commit 49d269ce authored by Torsten Oppermann's avatar Torsten Oppermann
Browse files

[TASK] Adding getter for swift mailer object

parent 2b96a8d4
No related branches found
No related tags found
No related merge requests found
......@@ -464,4 +464,12 @@ class MailTemplateService {
$this->mailMessage->attach($attachment);
return $this;
}
/**
* @return MailMessage
*/
public function getMailMessage() {
return $this->mailMessage;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment