3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-04 15:35:52 +00:00

Remove old cache key for settings

This commit is contained in:
Brady Wetherington
2023-01-09 16:19:25 -08:00
parent 2d0ac5b48b
commit 39b1a5a8a0

View File

@ -16,7 +16,6 @@ class SettingObserver
*/
public function saved(Setting $setting)
{
Cache::forget(Setting::APP_SETTINGS_KEY);
Cache::forget(Setting::SETUP_CHECK_KEY);
}
}