Skip to content

Commit da81923

Browse files
committed
Fix ArrayMail pb
1 parent d004563 commit da81923

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Ubiquity/mailer/ArrayMail.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,7 @@ public static function copyFrom(AbstractMail $mail) {
7575
public function getAttachmentsDir() {
7676
return $this->arrayInfos['attachmentsDir'] ?? parent::getAttachmentsDir();
7777
}
78+
79+
protected function initialize() {}
7880
}
7981

0 commit comments

Comments
 (0)