ソースを参照

Fix names of methods

Visman 3 年 前
コミット
36bd3791e6
2 ファイル変更2 行追加2 行削除
  1. 1 1
      app/Models/Topic/Delete.php
  2. 1 1
      app/Models/Topic/Merge.php

+ 1 - 1
app/Models/Topic/Delete.php

@@ -179,7 +179,7 @@ class Delete extends Action
         }
 
         if ($uidsUpdate) {
-            $this->c->users->UpdateCountTopics(...$uidsUpdate);
+            $this->c->users->updateCountTopics(...$uidsUpdate);
         }
     }
 }

+ 1 - 1
app/Models/Topic/Merge.php

@@ -104,7 +104,7 @@ class Merge extends Action
             }
 
             if ($users) {
-                $this->c->users->UpdateCountTopics(...$users);
+                $this->c->users->updateCountTopics(...$users);
             }
         } else {
             $this->c->topics->update($firstTopic->calcStat());