Fix cache clear in cron
This commit is contained in:
parent
e0caca99f2
commit
a9a68e136c
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ class SendReminders extends Command
|
|||
Currency::whereCode($code)->update(['exchange_rate' => $rate]);
|
||||
}
|
||||
|
||||
Cache::forget('currencies');
|
||||
CurlUtils::get(SITE_URL . '?clear_cache=true');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue