From 9ac78a0d4347fbc51f83a9ea13236148d2b1d5bf Mon Sep 17 00:00:00 2001 From: MaxBUhe Date: Fri, 27 Jan 2023 13:43:29 +0100 Subject: [PATCH] OST:#573111 fix bug - missing use --- Modules/Core/ViewConfig.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Modules/Core/ViewConfig.php b/Modules/Core/ViewConfig.php index dfec23c..42fe285 100644 --- a/Modules/Core/ViewConfig.php +++ b/Modules/Core/ViewConfig.php @@ -14,6 +14,8 @@ namespace D3\GoogleAnalytics4\Modules\Core; use OxidEsales\Eshop\Application\Controller\FrontendController; use OxidEsales\Eshop\Core\Registry; +use OxidEsales\EshopCommunity\Internal\Container\ContainerFactory; +use OxidEsales\EshopCommunity\Internal\Framework\Module\Configuration\Bridge\ModuleSettingBridgeInterface; class ViewConfig extends ViewConfig_parent {