Ken 1 tydzień temu
rodzic
commit
d4d455c03f
1 zmienionych plików z 0 dodań i 2 usunięć
  1. 0 2
      app/Http/Controllers/admin/Withdraw.php

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

@@ -166,8 +166,6 @@ class Withdraw extends Controller
             foreach ($ids as $id) {
                 WithdrawService::setStatus($id, $status, $remark);
             }
-
-
             DB::commit();
         } catch (ValidationException $e) {
             DB::rollBack();