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 6a9bc1c commit b4c5e36Copy full SHA for b4c5e36
src/Attachment.php
@@ -81,7 +81,7 @@ public function toArray(): array
81
{
82
return [
83
'filename' => $this->filename,
84
- 'contentType' => $this->contentType,
+ 'content_type' => $this->contentType,
85
'contents' => $this->contents(),
86
];
87
}
0 commit comments