mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Fix cache clear in cron
This commit is contained in:
parent
e0caca99f2
commit
a9a68e136c
@ -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…
Reference in New Issue
Block a user