@@ -58,7 +58,7 @@ |
||
| 58 | 58 | |
| 59 | 59 | $message->setBody($renderedEmail->getBody(), 'text/html'); |
| 60 | 60 | |
| 61 | - foreach($attachments as $attachment) { |
|
| 61 | + foreach ($attachments as $attachment) { |
|
| 62 | 62 | $file = \Swift_Attachment::fromPath($attachment); |
| 63 | 63 | |
| 64 | 64 | $message->attach($file); |