Ken 2 tygodni temu
rodzic
commit
0117a5834a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/Http/Controllers/admin/Bet.php

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

@@ -41,6 +41,6 @@ class Bet extends Controller
     public function fake()
     {
         BetService::randomVirtualBetting(3);
-        return $this->success();
+        return 'success';
     }
 }