Merge branch 'feature/purchase_record' into dev
This commit is contained in:
commit
ffbad73fb7
@ -12,7 +12,7 @@ class AutoCheckCreditBuyListen extends TimerService implements ListenerInterface
|
||||
{
|
||||
public function handle($event): void
|
||||
{
|
||||
$tomorrow = strtotime('tomorrow 10:00:00');
|
||||
$tomorrow = strtotime('tomorrow 14:05:00');
|
||||
$time = ($tomorrow - time()) * 1000;
|
||||
$this->tick($time, function () {
|
||||
request()->clearCache();
|
||||
|
Loading…
x
Reference in New Issue
Block a user