mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-19 17:48:36 +00:00
Fixed domain cache not clearing on settings update
Fixed domain cache not clearing on settings update
This commit is contained in:
parent
10e2d7dbba
commit
a20ce989dc
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ class SettingsController extends Controller
|
|||
Cache::forget('all_seedboxes');
|
||||
Cache::forget('all_reseller');
|
||||
Cache::forget('all_misc');
|
||||
Cache::forget('all_domains');
|
||||
|
||||
Settings::setSettingsToSession(Settings::getSettings());
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue