diff --git a/Bootstrapping/ShopConfigSetup.php b/Bootstrapping/ShopConfigSetup.php index 01a74edf..b4f680c6 100644 --- a/Bootstrapping/ShopConfigSetup.php +++ b/Bootstrapping/ShopConfigSetup.php @@ -5,7 +5,7 @@ use RpayRatePay\Component\Service\RatepayConfigWriter; use RpayRatePay\Models\ProfileConfig; use Shopware\Models\Shop\Shop; -use Shopware\Plugins\Community\Frontend\RpayRatePay\Services\ConfigService; +use RpayRatePay\Services\ConfigService; class ShopConfigSetup extends Bootstrapper { diff --git a/Component/Mapper/ModelFactory.php b/Component/Mapper/ModelFactory.php index 9153c197..e67f2276 100755 --- a/Component/Mapper/ModelFactory.php +++ b/Component/Mapper/ModelFactory.php @@ -8,7 +8,7 @@ use RpayRatePay\Component\Service\Logger; use RpayRatePay\Component\Service\ShopwareUtil; use RpayRatePay\Component\Service\ConfigLoader; -use Shopware\Plugins\Community\Frontend\RpayRatePay\Services\ProfileConfigService; +use RpayRatePay\Services\ProfileConfigService; /** * This program is free software; you can redistribute it and/or modify it under the terms of diff --git a/Component/Service/ConfigLoader.php b/Component/Service/ConfigLoader.php index 238baf15..48187e3f 100644 --- a/Component/Service/ConfigLoader.php +++ b/Component/Service/ConfigLoader.php @@ -2,8 +2,8 @@ namespace RpayRatePay\Component\Service; -use Shopware\Plugins\Community\Frontend\RpayRatePay\Services\ConfigService; -use Shopware\Plugins\Community\Frontend\RpayRatePay\Services\ProfileConfigService; +use RpayRatePay\Services\ConfigService; +use RpayRatePay\Services\ProfileConfigService; class ConfigLoader { diff --git a/Component/Service/Logger.php b/Component/Service/Logger.php index 7577746c..d7e6b4aa 100644 --- a/Component/Service/Logger.php +++ b/Component/Service/Logger.php @@ -1,6 +1,6 @@