From 7947db8537cacbf9d63cc320c5482e8dcef7f72a Mon Sep 17 00:00:00 2001 From: Philipp Holzer Date: Tue, 5 Feb 2019 23:58:38 +0100 Subject: [PATCH] codeblock updates --- src/Core/Config/ConfigCacheLoader.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Core/Config/ConfigCacheLoader.php b/src/Core/Config/ConfigCacheLoader.php index 768e30e242..dd753458b1 100644 --- a/src/Core/Config/ConfigCacheLoader.php +++ b/src/Core/Config/ConfigCacheLoader.php @@ -184,9 +184,6 @@ class ConfigCacheLoader /** * Tries to load the specified addon-configuration and returns the config array. * - * First loads all activated addons default configuration through the load_config hook, then load the local.config.php - * again to overwrite potential local addon configuration. - * * @param string $name The name of the configuration * * @return array The config array (empty if no config found)