Remove old cache key for settings
This commit is contained in:
parent
2d0ac5b48b
commit
39b1a5a8a0
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ class SettingObserver
|
||||||
*/
|
*/
|
||||||
public function saved(Setting $setting)
|
public function saved(Setting $setting)
|
||||||
{
|
{
|
||||||
Cache::forget(Setting::APP_SETTINGS_KEY);
|
|
||||||
Cache::forget(Setting::SETUP_CHECK_KEY);
|
Cache::forget(Setting::SETUP_CHECK_KEY);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue