소스 검색

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

master
sosuke.iwabuchi 2 년 전
부모
커밋
533e2bca64
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      app/Console/Schedules/SMBCBankAccountRegisterPoll.php

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


Loading…
취소
저장