Ken 2 هفته پیش
والد
کامیت
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';
     }
 }