Ken 2 недель назад
Родитель
Сommit
0117a5834a
1 измененных файлов с 1 добавлено и 1 удалено
  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';
     }
 }