Skip to content

Commit

Permalink
Update services.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
barw4 committed Oct 16, 2024
1 parent 31fcff8 commit 6330b60
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/bundle/Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -335,12 +335,6 @@ services:
- { name: ibexa.rest.output.visitor, regexps: ibexa.rest.output.visitor.xml.regexps }

# format output generators
Ibexa\Rest\Output\Generator\Xml:
arguments:
- '@Ibexa\Rest\Output\Generator\Xml\FieldTypeHashGenerator'
calls:
- [ setFormatOutput, [ "%kernel.debug%" ] ]

Ibexa\Rest\Output\Generator\InMemory\Xml:
arguments:
$fieldTypeHashGenerator: '@Ibexa\Rest\Output\Generator\InMemory\Xml\FieldTypeHashGenerator'
Expand All @@ -353,14 +347,6 @@ services:
tags:
- { name: monolog.logger, channel: ibexa.rest }

Ibexa\Rest\Output\Generator\Xml\FieldTypeHashGenerator:
arguments:
$normalizer: '@ibexa.rest.serializer'
$logger: '@logger'
$strictMode: '%ibexa.rest.strict_mode%'
tags:
- { name: monolog.logger, channel: ibexa.rest }

Ibexa\Rest\Output\Generator\Json:
arguments:
- '@Ibexa\Rest\Output\Generator\Json\FieldTypeHashGenerator'
Expand Down

0 comments on commit 6330b60

Please sign in to comment.