@@ -48,7 +48,7 @@ |
||
| 48 | 48 | |
| 49 | 49 | //contact the person |
| 50 | 50 | |
| 51 | - Mail::queue(['text' => 'emails.ping-error'], ['ping' => $ping], function ($message) use($contact, $ping) { |
|
| 51 | + Mail::queue(['text' => 'emails.ping-error'], ['ping' => $ping], function($message) use($contact, $ping) { |
|
| 52 | 52 | $message->subject("Nothing heard from ping " . $ping->name); |
| 53 | 53 | $message->to($contact->email, $contact->name); |
| 54 | 54 | }); |