allen %!s(int64=3) %!d(string=hai) anos
pai
achega
bc388a3442
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();