This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
sosuke.iwabuchi
/
KT-MyPage
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
SMBCPollの実行時間帯を調整
master
sosuke.iwabuchi
2 years ago
parent
1f76da69a1
commit
b0d87a1175
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
app/Console/Schedules/SMBCPoll.php
+ 1
- 0
app/Console/Schedules/SMBCPoll.php
View File
@@ -12,6 +12,7 @@ class SMBCPoll extends BaseSchedule
{
$schedule->command(CommandsSMBCPoll::class)
->everyThreeMinutes()
->unlessBetween('1:00', '6:00')
->description("SMBC口座振替申請結果取得");
}
}
Write
Preview
Loading…
Cancel
Save