We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 205f59f commit db380b7Copy full SHA for db380b7
src/Symfony/Bundle/Resources/config/state.xml
@@ -42,7 +42,7 @@
42
<service id="ApiPlatform\State\Pagination\PaginationOptions" alias="api_platform.pagination_options" />
43
44
<service id="ApiPlatform\State\CreateProvider" class="ApiPlatform\State\CreateProvider">
45
- <argument type="service" id="api_platform.state.item_provider" />
+ <argument type="service" id="api_platform.state.item_provider" on-invalid="ignore" />
46
47
<tag name="api_platform.state_provider" />
48
</service>
0 commit comments