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:
parent
2723fb8014
commit
897a2e012e
@ -197,6 +197,8 @@ class SendReminders extends Command
|
||||
}
|
||||
|
||||
Cache::forget('currencies');
|
||||
|
||||
CurlUtils::get(SITE_URL . '?clear_cache=true');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user