mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-24 06:20:56 +01:00
Add missing $mailer property to PhabricatorMailImplementationPHPMailerAdapter
Fixes T8541. Auditors: joshuaspence
This commit is contained in:
parent
9537f983f6
commit
c5c5523c1f
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
final class PhabricatorMailImplementationPHPMailerAdapter
|
||||
extends PhabricatorMailImplementationAdapter {
|
||||
|
||||
private $mailer;
|
||||
|
||||
/**
|
||||
* @phutil-external-symbol class PHPMailer
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue