ソースを参照

SMBCPollの実行時間帯を調整

master
sosuke.iwabuchi 2年前
コミット
b0d87a1175
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      app/Console/Schedules/SMBCPoll.php

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

読み込み中…
キャンセル
保存