|
@@ -24,7 +24,7 @@ |
|
|
block discarded – undo |
|
24
|
24
|
*/ |
|
25
|
25
|
public function send(array $configuration) |
|
26
|
26
|
{ |
|
27
|
|
- Mail::send('habbo-web-mail.confirm-mail', $configuration, function ($message) use ($configuration) { |
|
|
27
|
+ Mail::send('habbo-web-mail.confirm-mail', $configuration, function($message) use ($configuration) { |
|
28
|
28
|
$message->from(Config::get('chocolatey.contact'), Config::get('chocolatey.name')); |
|
29
|
29
|
$message->to($configuration['mail']); |
|
30
|
30
|
}); |
Please login to merge, or discard this patch.