mirror of
https://github.com/v2board/v2board.git
synced 2025-06-12 12:37:54 +08:00
update: add no reset method
This commit is contained in:
@ -54,6 +54,9 @@ class ResetTraffic extends Command
|
||||
case 1:
|
||||
$this->resetByExpireDay();
|
||||
break;
|
||||
// no action
|
||||
case 2:
|
||||
break;
|
||||
}
|
||||
DB::commit();
|
||||
}
|
||||
|
Reference in New Issue
Block a user