Skip to content

Commit 86156f1

Browse files
committed
Remove unused Message::getContentType method
1 parent 4760dbd commit 86156f1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Message.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -416,11 +416,6 @@ protected function renderAttachments() : string
416416
return $part;
417417
}
418418

419-
protected function getContentType(string $filename) : string
420-
{
421-
return \mime_content_type($filename) ?: 'application/octet-stream';
422-
}
423-
424419
protected function renderInlineAttachments() : string
425420
{
426421
$part = '';

0 commit comments

Comments
 (0)