Test Setup Failed
Push — development ( eb09ba...e58c63 )
by Ashutosh
11:10
created
app/Http/Controllers/User/AdvanceSearchController.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -191,7 +191,8 @@
 block discarded – undo
191 191
     }
192 192
 
193 193
     public function getExtraAmt($userId)
194
-    {dd('fds');
194
+    {
195
+dd('fds');
195 196
         try {
196 197
             $amounts = Payment::where('user_id', $userId)->where('invoice_id', 0)->select('amt_to_credit')->get();
197 198
             $balance = 0;
Please login to merge, or discard this patch.