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);
}
}