From fda706869fc01aa4151b2bb9ddb1783dd1b07ee8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fantaj=C4=AB=20=C3=97=20Neko?= Date: Fri, 23 Aug 2024 12:06:14 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E6=9B=B4=E6=96=B0=E6=B5=81=E9=87=8F?= =?UTF-8?q?=E6=8F=90=E9=86=92=E9=82=AE=E4=BB=B6=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Console/Commands/ResetTraffic.php | 2 ++ 1 file changed, 2 insertions(+) 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 {