@@ -57,7 +57,7 @@ |
||
57 | 57 | |
58 | 58 | // check if sending emails is enabled and if this is not running a testing environment |
59 | 59 | if (Config::get('mail.enabled')) { |
60 | - Mail::queue('EmailTemplates.' . $this->template, $data, function ($message) { |
|
60 | + Mail::queue('EmailTemplates.' . $this->template, $data, function($message) { |
|
61 | 61 | $message->from($this->fromEmail, $this->fromName); |
62 | 62 | $message->to($this->toEmail, $this->toName) |
63 | 63 | ->subject($this->subject); |