1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00

Fix cache clear in cron

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

View File

@ -197,6 +197,8 @@ class SendReminders extends Command
}
Cache::forget('currencies');
CurlUtils::get(SITE_URL . '?clear_cache=true');
}
/**