mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Remove old cache key for settings
This commit is contained in:
parent
2d0ac5b48b
commit
39b1a5a8a0
|
@ -16,7 +16,6 @@ class SettingObserver
|
|||
*/
|
||||
public function saved(Setting $setting)
|
||||
{
|
||||
Cache::forget(Setting::APP_SETTINGS_KEY);
|
||||
Cache::forget(Setting::SETUP_CHECK_KEY);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue