Completed
Push — master ( 4af132...f6dd8d )
by Ivan
02:35
created
src/LaravelMailer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
      */
38 38
     public function send($toEmail, $toName, $subject, $view, array $data = array(), $options = null)
39 39
     {
40
-        $this->mail->queue($view, $data, function ($message) use ($toEmail, $toName, $subject, $options) {
40
+        $this->mail->queue($view, $data, function($message) use ($toEmail, $toName, $subject, $options) {
41 41
 
42 42
             $message->to($toEmail, $toName)
43 43
                     ->subject($subject);
Please login to merge, or discard this patch.