Fix cache clear in cron

This commit is contained in:
Hillel Coren 2018-01-15 11:25:37 +02:00
parent 897a2e012e
commit 80c718e10b

View File

@ -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');
}