Introduce Config\Cache Source indicators (File, DB, Server Env)
This commit is contained in:
parent
50a0927e7e
commit
0f3e4255ca
6 changed files with 56 additions and 45 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue