8000 refactor #14193 Rename tag tagged to tagged_iterator (GSadee) · Sylius/Sylius@f1d6f14 · GitHub
[go: up one dir, main page]

Skip to content

Commit f1d6f14

Browse files
authored
refactor #14193 Rename tag tagged to tagged_iterator (GSadee)
This PR was merged into the 1.12 branch. Discussion ---------- | Q | A | |-----------------|--------------------------------------------------------------| | Branch? | 1.12 <!-- see the comment below --> | | Bug fix? | no | | New feature? | no | | BC breaks? | no | | Deprecations? | no| | Related tickets | | | License | MIT | As `tagged` has been deprecated in Symfony 4.4: symfony/symfony#31321 <!-- - Bug fixes must be submitted against the 1.10 or 1.11 branch(the lowest possible) - Features and deprecations must be submitted against the master branch - Make sure that the correct base branch is set To be sure you are not breaking any Backward Compatibilities, check the documentation: https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html --> Commits ------- 8e9eb8c Rename tag tagged to tagged_iterator
2 parents 1cfbaf9 + 8e9eb8c commit f1d6f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sylius/Bundle/ApiBundle/Resources/config/services/data_providers.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
</service>
5858

5959
<service id="Sylius\Bundle\ApiBundle\DataProvider\ProductAttributesSubresourceDataProvider">
60-
<argument type="tagged" tag="api_platform.doctrine.orm.query_extension.collection" />
60+
<argument type="tagged_iterator" tag="api_platform.doctrine.orm.query_extension.collection" />
6161
<argument type="service" id="sylius.repository.product_attribute_value" />
6262
<argument type="service" id="sylius.context.locale" />
6363
<argument type="service" id="sylius.locale_provider.channel_based" />

0 commit comments

Comments
 (0)
0