Tokumeikoi 5 anni fa
parent
commit
10e4de39de
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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
 {