@@ -24,7 +24,7 @@ |
||
| 24 | 24 | if (!Config::get('mail.enable')) |
| 25 | 25 | return; |
| 26 | 26 | |
| 27 | - Mail::send($view, $configuration, function ($message) use ($configuration) { |
|
| 27 | + Mail::send($view, $configuration, function($message) use ($configuration) { |
|
| 28 | 28 | $message->from(Config::get('mail.from.address'), Config::get('mail.from.name')); |
| 29 | 29 | $message->to($configuration['email'])->subject($configuration['subject']); |
| 30 | 30 | }); |