diff --git a/app/Console/Commands/SendReminders.php b/app/Console/Commands/SendReminders.php index b58268a0b258..133dffd1159b 100644 --- a/app/Console/Commands/SendReminders.php +++ b/app/Console/Commands/SendReminders.php @@ -197,6 +197,8 @@ class SendReminders extends Command } Cache::forget('currencies'); + + CurlUtils::get(SITE_URL . '?clear_cache=true'); } /**