Skip to content

Commit

Permalink
Change service order
Browse files Browse the repository at this point in the history
  • Loading branch information
bojand-soprex committed Apr 5, 2024
1 parent fb7ea96 commit 258e8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/config/imports/services/shopware6-common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
<service id="FINDOLOGIC\Shopware6Common\Export\Adapters\KeywordsAdapter" public="true" autowire="true" />
<service id="FINDOLOGIC\Shopware6Common\Export\Adapters\NameAdapter" public="true" autowire="true" />
<service id="FINDOLOGIC\Shopware6Common\Export\Adapters\OrderNumberAdapter" public="true" autowire="true" />
<service id="FINDOLOGIC\Shopware6Common\Export\Adapters\OptionsAdapter" public="true" autowire="true" />
<service id="FINDOLOGIC\Shopware6Common\Export\Adapters\PriceAdapter" public="true" autowire="true" />
<service id="FINDOLOGIC\Shopware6Common\Export\Adapters\DefaultPropertiesAdapter" public="true" autowire="true">
<argument key="$translator" type="service" id="Shopware\Core\Framework\Adapter\Translation\Translator" />
Expand All @@ -55,7 +56,6 @@
<service id="FINDOLOGIC\Shopware6Common\Export\Adapters\SummaryAdapter" public="true" autowire="true" />
<service id="FINDOLOGIC\Shopware6Common\Export\Adapters\UrlAdapter" public="true" autowire="true" />
<service id="FINDOLOGIC\Shopware6Common\Export\Adapters\UserGroupsAdapter" public="true" autowire="true" />
<service id="FINDOLOGIC\Shopware6Common\Export\Adapters\OptionsAdapter" public="true" autowire="true" />
<service id="FINDOLOGIC\Shopware6Common\Export\Adapters\VariantConfigurationAdapter" public="true" autowire="true" />

</services>
Expand Down

0 comments on commit 258e8c3

Please sign in to comment.