Browse Source

fix: reset traffic

Tokumeikoi 4 năm trước cách đây
mục cha
commit
0cfa6a0676
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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') {