Passed
Push — dev5 ( 67c7cf...c7611f )
by Ron
19:22
created
app/Domains/Customers/GetCustomerContacts.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
         $contactDetails = collect((object) [
41 41
             'firstName'   => $contactName[0],
42 42
             'lastName'    => isset($contactName[1]) ? $contactName[1] : '',
43
-            'email'       => $contact->eamil,   //  FIXME:  is this broken???
43
+            'email'       => $contact->eamil, //  FIXME:  is this broken???
44 44
             'additional'  => '',
45 45
             'prefix'      => '',
46 46
             'suffix'      => '',
Please login to merge, or discard this patch.