add onetime plan

This commit is contained in:
Tokumeikoi 2020-02-28 01:21:14 +08:00
parent e7fd81bf4c
commit 10e4de39de

View File

@ -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
{