mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 06:04:30 -04: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');
|
Cache::forget('currencies');
|
||||||
|
|
||||||
|
CurlUtils::get(SITE_URL . '?clear_cache=true');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user