From 6686b9e7797377c126c0e4e36875d44748df11e7 Mon Sep 17 00:00:00 2001 From: Christoph Leitgeb <98694299+leitge@users.noreply.github.com> Date: Thu, 6 Nov 2025 13:13:15 +0100 Subject: [PATCH] Update Storefront.php Fixes #13387 --- src/Storefront/Storefront.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Storefront/Storefront.php b/src/Storefront/Storefront.php index 8e5689519ce..1cbcddc200f 100644 --- a/src/Storefront/Storefront.php +++ b/src/Storefront/Storefront.php @@ -30,6 +30,7 @@ public function build(ContainerBuilder $container): void $loader->load('captcha.xml'); $loader->load('seo.xml'); $loader->load('controller.xml'); + $loader->load('system.xml'); $loader->load('theme.xml'); $container->setParameter('storefrontRoot', $this->getPath());