8
0
Fork 0

OST:#573111 fix bug - missing use

Dieser Commit ist enthalten in:
MaxBUhe 2023-01-27 13:43:29 +01:00
Ursprung e2bcb34051
Commit 9ac78a0d43
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen

Datei anzeigen

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