Browse Source

口座振替登録確認の頻度を3分毎に テスト用

master
sosuke.iwabuchi 2 years ago
parent
commit
533e2bca64
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/Console/Schedules/SMBCBankAccountRegisterPoll.php

+ 1
- 1
app/Console/Schedules/SMBCBankAccountRegisterPoll.php View File

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


Loading…
Cancel
Save