Ken 5 days ago
parent
commit
38cfb09916
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Services/BetService.php

+ 1 - 1
app/Services/BetService.php

@@ -383,7 +383,7 @@ class BetService extends BaseService
         $maxPeople = min($maxPeople, 20);
         $num = rand(1, $maxPeople);
         for ($i = 0; $i < $num; $i++) {
-            static::fakeBet(1);
+            static::fakeBet(2);
         }
     }