|
|
@@ -48,7 +48,7 @@ class ScoreLogLogic
|
|
|
return self::$typeMap;
|
|
|
}
|
|
|
|
|
|
- public static function scoreLog(mixed $page, mixed $limit, mixed $where, array $sort)
|
|
|
+ public static function scoreLog($page, $limit, $where, $sort)
|
|
|
{
|
|
|
$model = new ScoreLogModel();
|
|
|
$count = $model
|