Completed
Pull Request — master (#66)
by Shingo
01:49 queued 28s
created
src/SendGrid.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
     public function sendgrid($params)
17 17
     {
18 18
         if ($this instanceof Mailable && $this->mailDriver() == "sendgrid") {
19
-            $this->withSwiftMessage(function (Swift_Message $message) use ($params) {
19
+            $this->withSwiftMessage(function(Swift_Message $message) use ($params) {
20 20
                 $message->embed(new \Swift_Image($params, SendgridTransport::SMTP_API_NAME));
21 21
             });
22 22
         }
Please login to merge, or discard this patch.