Skip to content

Commit

Permalink
missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
basz committed Jan 13, 2022
1 parent fc9b016 commit fb46254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/MailgunService.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public function send(Message $message): string
foreach ($attachments as $attachment) {
$parameters['attachment'][] = [
'filename' => $attachment->filename
]
];
}

if ($message instanceof MailgunMessage) {
Expand Down

0 comments on commit fb46254

Please sign in to comment.