Skip to content

Commit c63c27c

Browse files
committed
Fixed typo in FloatRange tag declaration
1 parent b326bb2 commit c63c27c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bundle/Resources/config/input_parsers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ services:
663663
Ibexa\Rest\Server\Input\Parser\Aggregation\Range\FloatRangeParser:
664664
parent: Ibexa\Rest\Server\Common\Parser
665665
tags:
666-
- { name: ibexa.rest.input.parser, mediaType: application/vnd.ibexa.api.internal.aggregation..range.FloatRange }
666+
- { name: ibexa.rest.input.parser, mediaType: application/vnd.ibexa.api.internal.aggregation.range.FloatRange }
667667

668668
Ibexa\Rest\Server\Input\Parser\Aggregation\Range\IntRangeParser:
669669
parent: Ibexa\Rest\Server\Common\Parser

0 commit comments

Comments
 (0)