Passed
Push — dev5a ( e86993...328ab1 )
by Ron
10:15 queued 39s
created
app/Domains/Customers/getCustomerFiles.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -24,8 +24,7 @@
 block discarded – undo
24 24
     protected function getAllFiles($custID, $shared = false)
25 25
     {
26 26
         return CustomerFiles::where('cust_id', $custID)
27
-            ->when($shared, function($q)
28
-            {
27
+            ->when($shared, function($q) {
29 28
                 $q->where('shared', 1);
30 29
             })
31 30
             ->with('Files')
Please login to merge, or discard this patch.