From 75f6276847d997e3efab7fcb386b6e9492bae47c Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Sat, 1 Oct 2022 12:49:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AF=8F=2030=20=E5=88=86=E9=92=9F=E6=89=A7?= =?UTF-8?q?=E8=A1=8C=E4=B8=80=E6=AC=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Console/Kernel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 15e7f4f..35fd408 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -55,7 +55,7 @@ protected function schedule(Schedule $schedule) $schedule->job(new DeleteHost())->hourly(); - $schedule->job(new CheckAndChargeBalance())->hourly(); + $schedule->job(new CheckAndChargeBalance())->everyThirtyMinutes(); $schedule->job(new AutoCloseWorkOrder())->everyFiveMinutes(); }