浏览代码

头号排行

allen 3 年之前
父节点
当前提交
bc388a3442
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/index/controller/Index.php

+ 1 - 1
app/index/controller/Index.php

@@ -265,7 +265,7 @@ class Index extends Controller
      * @throws DataNotFoundException
      * @throws DataNotFoundException
      * @return mixed
      * @return mixed
      */
      */
-    public function ranking()
+    public function topRanking()
     {
     {
         $activity = Db::table('awards_activity')->where('begin_at', '<=', time())
         $activity = Db::table('awards_activity')->where('begin_at', '<=', time())
             ->where('end_at', '>=', time())->find();
             ->where('end_at', '>=', time())->find();