Remove old cache key for settings
This commit is contained in:
@@ -16,7 +16,6 @@ class SettingObserver
|
||||
*/
|
||||
public function saved(Setting $setting)
|
||||
{
|
||||
Cache::forget(Setting::APP_SETTINGS_KEY);
|
||||
Cache::forget(Setting::SETUP_CHECK_KEY);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user