Ken 5 napja
szülő
commit
6b739e71f3
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      app/Http/Controllers/admin/Bet.php

+ 1 - 1
app/Http/Controllers/admin/Bet.php

@@ -41,7 +41,7 @@ class Bet extends Controller
     // 模拟下注
     public function fake()
     {
-//        BetService::randomVirtualBetting(3);
+        BetService::randomVirtualBetting(3);
         return $this->success();
     }