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';
     }
 }