We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e72787d commit f147d26Copy full SHA for f147d26
src/Message.php
@@ -281,7 +281,7 @@ protected function getLazyAttachments(): array
281
$part->filename(),
282
$part->id(),
283
$part->contentType(),
284
- $part->disposition()?->type(),
+ $part->disposition()?->type()?->value,
285
new Support\LazyBodyPartStream($this, $part),
286
),
287
$this->bodyStructure()?->attachments() ?? []
0 commit comments