Skip to content

Commit d5c24d0

Browse files
michielkallevinceAmstoutz
authored andcommitted
Fix deprecation symfony/dependency-injection
1 parent 3ff6b6b commit d5c24d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/Resources/config/elasticsearch.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<argument type="service" id="api_platform.elasticsearch.client" />
8787
<argument type="service" id="serializer" />
8888
<argument type="service" id="api_platform.pagination" />
89-
<argument type="tagged" tag="api_platform.elasticsearch.request_body_search_extension.collection" />
89+
<argument type="tagged_iterator" tag="api_platform.elasticsearch.request_body_search_extension.collection" />
9090
<argument type="service" id="api_platform.inflector" on-invalid="null" />
9191

9292
<tag name="api_platform.state_provider" priority="-100" key="ApiPlatform\Elasticsearch\State\CollectionProvider"/>

0 commit comments

Comments
 (0)