From 5cccf905082ecee0df3ccd30befce88e14b52b12 Mon Sep 17 00:00:00 2001 From: MarkusGaertner Date: Tue, 14 Jan 2025 15:02:08 +0100 Subject: [PATCH] change vendor --- Application/Model/Constants.php | 2 +- Core/CacheWarmer.php | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Application/Model/Constants.php b/Application/Model/Constants.php index 0a28aa0..923cdc0 100644 --- a/Application/Model/Constants.php +++ b/Application/Model/Constants.php @@ -2,7 +2,7 @@ declare(strict_types=1); -namespace ProudSourcing\CacheWarmer\Application\Model; +namespace ProudCommerce\CacheWarmer\Application\Model; class Constants diff --git a/Core/CacheWarmer.php b/Core/CacheWarmer.php index fab6820..907639d 100644 --- a/Core/CacheWarmer.php +++ b/Core/CacheWarmer.php @@ -15,9 +15,7 @@ namespace ProudCommerce\CacheWarmer\Core; use OxidEsales\Eshop\Core\Registry; use OxidEsales\Eshop\Core\ViewConfig; -use OxidEsales\EshopCommunity\Internal\Container\ContainerFactory; -use OxidEsales\EshopCommunity\Internal\Framework\Module\Facade\ModuleSettingServiceInterface; -use ProudSourcing\CacheWarmer\Application\Model\Constants; +use ProudCommerce\CacheWarmer\Application\Model\Constants; /** * Class CacheWarmer