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口座振替申請結果取得"); }