mirror of
https://github.com/v2board/v2board.git
synced 2025-02-11 16:00:27 +08:00
add onetime plan
This commit is contained in:
parent
e7fd81bf4c
commit
10e4de39de
@ -4,6 +4,8 @@ namespace App\Console\Commands;
|
|||||||
|
|
||||||
use Illuminate\Console\Command;
|
use Illuminate\Console\Command;
|
||||||
use Illuminate\Support\Facades\DB;
|
use Illuminate\Support\Facades\DB;
|
||||||
|
use App\Models\Plan;
|
||||||
|
use App\Models\User;
|
||||||
|
|
||||||
class ResetTraffic extends Command
|
class ResetTraffic extends Command
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user