Passed
Push — dev5a ( a81ef3...276986 )
by Ron
07:39
created
app/Domains/Customers/GetCustomerContacts.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -51,8 +51,7 @@
 block discarded – undo
51 51
     protected function getAllContacts($custID, $shared = false)
52 52
     {
53 53
         return CustomerContacts::where('cust_id', $custID)
54
-            ->when($shared, function($q)
55
-            {
54
+            ->when($shared, function($q) {
56 55
                 $q->where('shared', 1);
57 56
             })
58 57
             ->with('CustomerContactPhones')
Please login to merge, or discard this patch.