Skip to content

Commit c0565f9

Browse files
authored
Update PostalTransport.php
1 parent 41a9a97 commit c0565f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PostalTransport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ private function symfonyToPostal(Email $symfonyMessage): SendMessage
9999
}
100100

101101
if ($symfonyMessage->getHeaders()) {
102-
foreach (parseHeadersToKeyValue($symfonyMessage->getHeaders()->toArray()) as $key => $value) {
102+
foreach ($this->parseHeadersToKeyValue($symfonyMessage->getHeaders()->toArray()) as $key => $value) {
103103
$postalMessage->header($key, $value);
104104
}
105105
}

0 commit comments

Comments
 (0)