title | issue | author | author_email | author_github |
---|---|---|---|---|
Refactor First Run Wizard client |
NEXT-24068 |
Frederik Schmitt |
f.schmitt@shopware.com |
fschmtt |
- Added
Shopware\Core\Framework\Store\Services\FirstRunWizardService
as a domain layer between theFirstRunWizardController
and theFirstRunWizardClient
- Changed
Shopware\Core\Framework\Store\Services\FirstRunWizardClient
to only be responsible for HTTP communication - Changed
Shopware\Core\Framework\Store\Api\FirstRunWizardController
to use the newFirstRunWizardService