From b0d87a11752a6f9dd08ead3aa93786d3448ccde5 Mon Sep 17 00:00:00 2001 From: "sosuke.iwabuchi" Date: Mon, 23 Oct 2023 11:17:26 +0900 Subject: [PATCH] =?UTF-8?q?SMBCPoll=E3=81=AE=E5=AE=9F=E8=A1=8C=E6=99=82?= =?UTF-8?q?=E9=96=93=E5=B8=AF=E3=82=92=E8=AA=BF=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Console/Schedules/SMBCPoll.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Console/Schedules/SMBCPoll.php b/app/Console/Schedules/SMBCPoll.php index 04a4020..16e3f08 100644 --- a/app/Console/Schedules/SMBCPoll.php +++ b/app/Console/Schedules/SMBCPoll.php @@ -12,6 +12,7 @@ class SMBCPoll extends BaseSchedule { $schedule->command(CommandsSMBCPoll::class) ->everyThreeMinutes() + ->unlessBetween('1:00', '6:00') ->description("SMBC口座振替申請結果取得"); } }