Ken 1 dia atrás
pai
commit
4c6f453097
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      app/Services/BetService.php

+ 0 - 1
app/Services/BetService.php

@@ -1009,7 +1009,6 @@ class BetService extends BaseService
         $pc28Switch = Config::where('field', 'pc28_switch')->first()->val;
         if(($pc28Switch== 0 && is_numeric($issue_no)) || $pc28Switch== 1 && !is_numeric($issue_no)){
             SendTelegramGroupMessageJob::dispatch($text, $inlineButton, '', false, '--------------------------------');
-
         }