Skip to content

Commit

Permalink
fix: incorrect namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
endroid authored and soyuka committed Sep 20, 2024
1 parent 67d1564 commit cd957fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Symfony/Bundle/Resources/config/api.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@
</service>

<!-- Resources Operations path resolver -->
<service id="api_platform.path_segment_name_generator.underscore" class="ApiPlatform\Operation\UnderscorePathSegmentNameGenerator" public="false" />
<service id="api_platform.path_segment_name_generator.dash" class="ApiPlatform\Operation\DashPathSegmentNameGenerator" public="false" />
<service id="api_platform.path_segment_name_generator.underscore" class="ApiPlatform\Metadata\Operation\UnderscorePathSegmentNameGenerator" public="false" />
<service id="api_platform.path_segment_name_generator.dash" class="ApiPlatform\Metadata\Operation\DashPathSegmentNameGenerator" public="false" />

<service id="api_platform.metadata.path_segment_name_generator.underscore" class="ApiPlatform\Metadata\Operation\UnderscorePathSegmentNameGenerator" public="false">
<argument type="service" id="api_platform.inflector" on-invalid="null" />
Expand Down

0 comments on commit cd957fb

Please sign in to comment.