main
Jing Li 2024-07-23 16:07:41 +08:00
parent af9a9db29f
commit 07f05afecc
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ class StatisticsController extends Controller
$input = $this->filterInput($request);
return $statisticService->storeRanking($input);
return $statisticService->storeRanking($input, 10);
}
/**