Ken hai 2 semanas
pai
achega
0117a5834a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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';
     }
 }