diff options
Diffstat (limited to 'lib/private/Mail/Attachment.php')
-rw-r--r-- | lib/private/Mail/Attachment.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/Mail/Attachment.php b/lib/private/Mail/Attachment.php index 3f80b065d5a..1f88c875565 100644 --- a/lib/private/Mail/Attachment.php +++ b/lib/private/Mail/Attachment.php @@ -80,5 +80,4 @@ class Attachment implements IAttachment { public function getSwiftAttachment(): \Swift_Mime_Attachment { return $this->swiftAttachment; } - } |