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