|
|
@@ -12,6 +12,7 @@ class SMBCPoll extends BaseSchedule |
|
|
{ |
|
|
{ |
|
|
$schedule->command(CommandsSMBCPoll::class) |
|
|
$schedule->command(CommandsSMBCPoll::class) |
|
|
->everyThreeMinutes() |
|
|
->everyThreeMinutes() |
|
|
|
|
|
->unlessBetween('1:00', '6:00') |
|
|
->description("SMBC口座振替申請結果取得"); |
|
|
->description("SMBC口座振替申請結果取得"); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |