Browse Source

add onetime plan

Tokumeikoi 5 năm trước cách đây
mục cha
commit
10e4de39de
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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
 {