Skip to content
This repository was archived by the owner on Jan 24, 2024. It is now read-only.

Commit 7050638

Browse files
committed
fix: headers on EmailMessageToArray
1 parent 3f75fab commit 7050638

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/SendinblueEmailMessage.php

-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ public function toArray(): array
151151
'sender' => $this->from,
152152
'to' => $this->to,
153153
'templateId' => $this->templateId,
154-
'headers' => $this->headers,
155154
'params' => $this->params,
156155
];
157156

0 commit comments

Comments
 (0)