update: add no reset method

This commit is contained in:
tokumeikoi
2021-09-06 02:31:45 +09:00
parent 6830e6af38
commit 91c7dfc0ed
3 changed files with 5 additions and 2 deletions

View File

@ -54,6 +54,9 @@ class ResetTraffic extends Command
case 1:
$this->resetByExpireDay();
break;
// no action
case 2:
break;
}
DB::commit();
}