Ken 6 일 전
부모
커밋
6e8d7b7e77
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      app/Services/BackflowService.php

+ 0 - 1
app/Services/BackflowService.php

@@ -55,7 +55,6 @@ class BackflowService extends BaseService
         $backflow->status = 1;
         if (false !== $backflow->save()) return true;
         throw new Exception('发放失败', HttpStatus::CUSTOM_ERROR);
-
     }