Skip to content

Commit f1d4c2b

Browse files
wiewiurdpMateuszKolankowski
andauthored
IBX-11148: Moved autoconfigure setting from routing.yml to serializers.yml for CompoundMatcherNormalizer (#698)
Moved autoconfigure setting from routing.yml to serializers.yml for CompoundMatcherNormalizer Co-authored-by: MateuszKolankowski <wiewiurdp@tlen. pl>
1 parent 0bb102f commit f1d4c2b

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

src/bundle/Core/Resources/config/routing.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ services:
2626
tags:
2727
- { name: kernel.event_subscriber }
2828

29-
Ibexa\Core\MVC\Symfony\Component\Serializer\CompoundMatcherNormalizer:
30-
autoconfigure: false
31-
3229
Ibexa\Core\MVC\Symfony\Routing\Generator:
3330
class: Ibexa\Core\MVC\Symfony\Routing\Generator
3431
abstract: true

src/bundle/Core/Resources/config/routing/serializers.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ services:
2323
- { name: 'ibexa.core.serializer.normalizer', priority: 1100 }
2424

2525
Ibexa\Core\MVC\Symfony\Component\Serializer\CompoundMatcherNormalizer:
26+
autoconfigure: false
2627
tags:
2728
- { name: 'ibexa.core.serializer.normalizer', priority: 1000 }
2829

0 commit comments

Comments
 (0)