Revert removed services

This commit is contained in:
Michał Pysiak 2024-10-25 06:37:32 +02:00
parent aa4e7a6f5e
commit f8d3d40465
No known key found for this signature in database
GPG key ID: 9C1F2D0F99830187

View file

@ -25,6 +25,9 @@
</parameters>
<services>
<service id="api_platform.path_segment_name_generator.underscore" class="ApiPlatform\Metadata\Operation\UnderscorePathSegmentNameGenerator" />
<service id="api_platform.path_segment_name_generator.dash" class="ApiPlatform\Metadata\Operation\DashPathSegmentNameGenerator" />
<service id="sylius_api.extractor.property_info.empty_property_list" class="Sylius\Bundle\ApiBundle\PropertyInfo\Extractor\EmptyPropertyListExtractor">
<tag name="property_info.list_extractor" priority="-2000" />
</service>