Replace Config-Cache dependency with Config-Model (no more DB-waiting necessary)

This commit is contained in:
Philipp Holzer 2023-01-15 16:12:25 +01:00
commit ab6efea9b2
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
18 changed files with 210 additions and 325 deletions

View file

@ -357,8 +357,6 @@ class App
$this->profiler->reset();
if ($this->mode->has(App\Mode::DBAVAILABLE)) {
$this->profiler->update($this->config);
Core\Hook::loadHooks();
$loader = (new Config())->createConfigFileManager($this->getBasePath(), $_SERVER);
Core\Hook::callAll('load_config', $loader);