Introduce Config\Cache Source indicators (File, DB, Server Env)

This commit is contained in:
Philipp
2020-10-04 20:37:35 +02:00
parent 50a0927e7e
commit 0f3e4255ca
6 changed files with 56 additions and 45 deletions

View File

@@ -69,7 +69,7 @@ class PreloadConfig extends BaseConfig
$this->config_loaded = true;
// load the whole category out of the DB into the cache
$this->configCache->load($config, true);
$this->configCache->load($config, Cache::SOURCE_DB);
}
/**