From 5480c568114f44885562a3083f280002e9bbb1a8 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sat, 23 Mar 2019 00:19:22 -0400 Subject: [PATCH] Add missing ConfigCacheLoader constructor parameter in App --- src/App.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.php b/src/App.php index ff201e42ec..4f55b558c0 100644 --- a/src/App.php +++ b/src/App.php @@ -355,7 +355,7 @@ class App $this->getMode()->determine($this->basePath); if ($this->getMode()->has(App\Mode::DBAVAILABLE)) { - $loader = new ConfigCacheLoader($this->basePath); + $loader = new ConfigCacheLoader($this->basePath, $this->getMode()); $this->config->getCache()->load($loader->loadCoreConfig('addon'), true); $this->profiler->update(