From 533e2bca6465fd466a4c6f19e5fc4abe6a2c5570 Mon Sep 17 00:00:00 2001 From: "sosuke.iwabuchi" Date: Thu, 14 Dec 2023 08:37:25 +0900 Subject: [PATCH] =?UTF-8?q?=E5=8F=A3=E5=BA=A7=E6=8C=AF=E6=9B=BF=E7=99=BB?= =?UTF-8?q?=E9=8C=B2=E7=A2=BA=E8=AA=8D=E3=81=AE=E9=A0=BB=E5=BA=A6=E3=82=92?= =?UTF-8?q?=EF=BC=93=E5=88=86=E6=AF=8E=E3=81=AB=E3=80=80=E3=83=86=E3=82=B9?= =?UTF-8?q?=E3=83=88=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Console/Schedules/SMBCBankAccountRegisterPoll.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Schedules/SMBCBankAccountRegisterPoll.php b/app/Console/Schedules/SMBCBankAccountRegisterPoll.php index 72518c9..eb37c11 100644 --- a/app/Console/Schedules/SMBCBankAccountRegisterPoll.php +++ b/app/Console/Schedules/SMBCBankAccountRegisterPoll.php @@ -11,7 +11,7 @@ class SMBCBankAccountRegisterPoll extends BaseSchedule static public function register(Schedule $schedule) { $schedule->command(Command::class) - ->everyOddHour() + ->everyThreeMinutes() ->unlessBetween('1:00', '6:00') ->description("SMBC口座振替申請結果取得"); }