Completed
Push — master ( 23a82f...29036c )
by Michał
01:51
created
transports/mail/drivers/Mailgun.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
                     'api', $this->key
74 74
                 ],
75 75
                 'multipart' => [
76
-                    ['name' => 'to',      'contents' => implode(',', $recipients)],
76
+                    ['name' => 'to', 'contents' => implode(',', $recipients)],
77 77
                     ['name' => 'message', 'contents' => $message->toString(), 'filename' => 'message.mime'],
78 78
                 ]
79 79
             ]);
Please login to merge, or discard this patch.