OST:#573111 fix bug - missing use

This commit is contained in:
MaxBUhe 2023-01-27 13:43:29 +01:00
parent e2bcb34051
commit 9ac78a0d43
1 changed files with 2 additions and 0 deletions

View File

@ -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
{