mirror of
https://github.com/v2board/v2board.git
synced 2024-11-14 07:29:13 +08:00
fix: reset traffic
This commit is contained in:
parent
8aa3fb2f09
commit
0cfa6a0676
@ -54,7 +54,7 @@ class ResetTraffic extends Command
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private function resetByMonthFirstDay($user):void
|
private function resetByMonthFirstDay():void
|
||||||
{
|
{
|
||||||
$user = $this->user;
|
$user = $this->user;
|
||||||
if ((string)date('d') === '01') {
|
if ((string)date('d') === '01') {
|
||||||
|
Loading…
Reference in New Issue
Block a user