Skip to content

Commit

Permalink
Fixed domain cache not clearing on settings update
Browse files Browse the repository at this point in the history
Fixed domain cache not clearing on settings update
  • Loading branch information
cp6 committed Oct 31, 2022
1 parent 10e2d7d commit a20ce98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Http/Controllers/SettingsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public function update(Request $request, Settings $settings)
Cache::forget('all_seedboxes');
Cache::forget('all_reseller');
Cache::forget('all_misc');
Cache::forget('all_domains');

Settings::setSettingsToSession(Settings::getSettings());

Expand Down

0 comments on commit a20ce98

Please sign in to comment.