Fix cache clear in cron
This commit is contained in:
parent
2723fb8014
commit
897a2e012e
1 changed files with 2 additions and 0 deletions
|
|
@ -197,6 +197,8 @@ class SendReminders extends Command
|
|||
}
|
||||
|
||||
Cache::forget('currencies');
|
||||
|
||||
CurlUtils::get(SITE_URL . '?clear_cache=true');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue