Browse Source

add onetime plan

Tokumeikoi 5 years ago
parent
commit
10e4de39de
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/Console/Commands/ResetTraffic.php

+ 2 - 0
app/Console/Commands/ResetTraffic.php

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