diff --git a/core/lib/Drupal/Core/Extension/ModuleExtensionList.php b/core/lib/Drupal/Core/Extension/ModuleExtensionList.php index f46c7ff..b6ae13e 100644 --- a/core/lib/Drupal/Core/Extension/ModuleExtensionList.php +++ b/core/lib/Drupal/Core/Extension/ModuleExtensionList.php @@ -53,7 +53,7 @@ class ModuleExtensionList extends ExtensionList { * The config factory. */ public function __construct($root, $type, CacheBackendInterface $cache, InfoParserInterface $info_parser, ModuleHandlerInterface $module_handler, ConfigFactoryInterface $config_factory) { - parent::__construct($root, $type, $cache, $cache, $info_parser, $module_handler); + parent::__construct($root, $type, $cache, $info_parser, $module_handler); $this->configFactory = $config_factory; }