Fix cache clear in cron
This commit is contained in:
parent
897a2e012e
commit
80c718e10b
|
|
@ -196,8 +196,6 @@ class SendReminders extends Command
|
|||
Currency::whereCode($code)->update(['exchange_rate' => $rate]);
|
||||
}
|
||||
|
||||
Cache::forget('currencies');
|
||||
|
||||
CurlUtils::get(SITE_URL . '?clear_cache=true');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue