Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
barw4 committed Aug 27, 2024
1 parent b304e6d commit 0ddbb6d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/bundle/Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ services:
$normalizer: '@ibexa.rest.serializer'
$encoder: '@ibexa.rest.serializer.encoder.json'
$valueObjectVisitorResolver: '@Ibexa\Contracts\Rest\Output\ValueObjectVisitorResolver'
$locationService: '@ibexa.api.service.location'
tags:
- { name: ibexa.rest.output.visitor, regexps: ibexa.rest.output.visitor.json.regexps }

Expand All @@ -335,7 +334,6 @@ services:
$normalizer: '@ibexa.rest.serializer'
$encoder: '@ibexa.rest.serializer.encoder.xml'
$valueObjectVisitorResolver: '@Ibexa\Contracts\Rest\Output\ValueObjectVisitorResolver'
$locationService: '@ibexa.api.service.location'
tags:
- { name: ibexa.rest.output.visitor, regexps: ibexa.rest.output.visitor.xml.regexps }

Expand Down

0 comments on commit 0ddbb6d

Please sign in to comment.