Ken 4 gün önce
ebeveyn
işleme
189bbf5021
1 değiştirilmiş dosya ile 0 ekleme ve 2 silme
  1. 0 2
      app/Http/Controllers/admin/Withdraw.php

+ 0 - 2
app/Http/Controllers/admin/Withdraw.php

@@ -72,8 +72,6 @@ class Withdraw extends Controller
                 if (in_array($item['status'], [1, 2])) $totalSuccess += $item['amount'];
                 if ($item['status'] == 3) $totalFail += $item['amount'];
             }
-
-
             $result = ['total' => $count, 'total_fail' => $totalFail, 'total_success' => $totalSuccess, 'total_amount' => $totalAmount, 'data' => $list];
         } catch (ValidationException $e) {
             return $this->error(HttpStatus::CUSTOM_ERROR, $e->validator->errors()->first());