diff --git a/app/Console/Commands/ResetTraffic.php b/app/Console/Commands/ResetTraffic.php index 829adb705..10461fe96 100644 --- a/app/Console/Commands/ResetTraffic.php +++ b/app/Console/Commands/ResetTraffic.php @@ -6,6 +6,8 @@ use Illuminate\Console\Command; use App\Models\User; use Illuminate\Support\Facades\DB; +use App\Utils\CacheKey; +use Illuminate\Support\Facades\Cache; class ResetTraffic extends Command {