mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 09:19:22 +02:00
Invalidate cached setting
This commit is contained in:
parent
203e411b62
commit
5f63c3b227
@ -382,6 +382,8 @@ class Settings implements \ArrayAccess
|
|||||||
}
|
}
|
||||||
|
|
||||||
$this->settingsDatabase[$pluginKeyName][$key] = $value;
|
$this->settingsDatabase[$pluginKeyName][$key] = $value;
|
||||||
|
// invalidate cache
|
||||||
|
unset($this->cache[$offset]);
|
||||||
}
|
}
|
||||||
|
|
||||||
#[\ReturnTypeWillChange]
|
#[\ReturnTypeWillChange]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user