nuke nestedCache when config is modified

This commit is contained in:
Dylan K. Taylor 2017-10-30 16:27:47 +00:00
parent 91c256f1a9
commit a342a61037

View File

@ -342,7 +342,7 @@ class Config{
}
$base = $value;
$this->nestedCache[$key] = $value;
$this->nestedCache = [];
}
/**