Test Failed
Push — dev5a ( 276986...e86993 )
by Ron
08:40
created
app/Domains/Customers/GetCustomerNotes.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 getNotes($custID, $shared = false)
25 25
     {
26 26
         return CustomerNotes::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
             ->orderBy('urgent', 'DESC')
Please login to merge, or discard this patch.