mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 10:17:30 -04:00
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]);
|
Currency::whereCode($code)->update(['exchange_rate' => $rate]);
|
||||||
}
|
}
|
||||||
|
|
||||||
Cache::forget('currencies');
|
|
||||||
|
|
||||||
CurlUtils::get(SITE_URL . '?clear_cache=true');
|
CurlUtils::get(SITE_URL . '?clear_cache=true');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user