Passed
Push — dev5a ( 8099d5...bf034e )
by Ron
07:35
created
app/Domains/Customers/GetCustomerEquipment.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -26,8 +26,7 @@
 block discarded – undo
26 26
     protected function getEquipment($custID, $shared = false)
27 27
     {
28 28
         return CustomerSystems::where('cust_id', $custID)
29
-            ->when($shared, function($q)
30
-            {
29
+            ->when($shared, function($q) {
31 30
                 $q->where('shared', 1);
32 31
             })
33 32
             ->with('CustomerSystemData')
Please login to merge, or discard this patch.