Ken il y a 4 jours
Parent
commit
6e8d7b7e77
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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);
-
     }