Ken 4 gün önce
ebeveyn
işleme
6e8d7b7e77
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  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);
-
     }