Completed
Push — master ( 83da58...e5e9bc )
by Arthur
03:25
created
app/Listeners/NotifyPeopleAboutPingFailure.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
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
             });
Please login to merge, or discard this patch.