소스 검색

头号排行

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
      * @return mixed
      */
-    public function ranking()
+    public function topRanking()
     {
         $activity = Db::table('awards_activity')->where('begin_at', '<=', time())
             ->where('end_at', '>=', time())->find();