Completed
Pull Request — master (#3)
by
unknown
03:54
created
src/Wrapper/MailgunApiWrapper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
             $mailgun = new Mailgun($this->connection->getPassword());
47 47
             $mailgun->sendMessage($this->connection->getServer(), $message);
48 48
         } catch (\Exception $e) {
49
-            throw new MailApiException('Mailgun: ' . $e->getMessage());
49
+            throw new MailApiException('Mailgun: '.$e->getMessage());
50 50
         }
51 51
 
52 52
         return true;
Please login to merge, or discard this patch.