mirror of
https://github.com/v2board/v2board.git
synced 2025-06-13 13:17:52 +08:00
add onetime plan
This commit is contained in:
@ -4,6 +4,8 @@ namespace App\Console\Commands;
|
||||
|
||||
use Illuminate\Console\Command;
|
||||
use Illuminate\Support\Facades\DB;
|
||||
use App\Models\Plan;
|
||||
use App\Models\User;
|
||||
|
||||
class ResetTraffic extends Command
|
||||
{
|
||||
|
Reference in New Issue
Block a user