소스 검색

fix: reset traffic

Tokumeikoi 4 년 전
부모
커밋
0cfa6a0676
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Console/Commands/ResetTraffic.php

+ 1 - 1
app/Console/Commands/ResetTraffic.php

@@ -54,7 +54,7 @@ class ResetTraffic extends Command
         }
     }
 
-    private function resetByMonthFirstDay($user):void
+    private function resetByMonthFirstDay():void
     {
         $user = $this->user;
         if ((string)date('d') === '01') {