Skip to content

Commit b4c5e36

Browse files
committed
Update Attachment.php
1 parent 6a9bc1c commit b4c5e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Attachment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public function toArray(): array
8181
{
8282
return [
8383
'filename' => $this->filename,
84-
'contentType' => $this->contentType,
84+
'content_type' => $this->contentType,
8585
'contents' => $this->contents(),
8686
];
8787
}

0 commit comments

Comments
 (0)