Skip to content

Commit

Permalink
[DI][CS] Used single quotes for Symfony DIC config
Browse files Browse the repository at this point in the history
  • Loading branch information
alongosz committed Apr 25, 2024
1 parent 90831c6 commit 71061b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eZ/Publish/Core/settings/storage_engines/legacy/content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ services:

Ibexa\Core\Persistence\Legacy\Content\Mapper\ResolveVirtualFieldSubscriber:
arguments:
$converterRegistry: "@ezpublish.persistence.legacy.field_value_converter.registry"
$storageRegistry: "@ezpublish.persistence.external_storage_registry"
$contentGateway: "@ezpublish.persistence.legacy.content.gateway"
$converterRegistry: '@ezpublish.persistence.legacy.field_value_converter.registry'
$storageRegistry: '@ezpublish.persistence.external_storage_registry'
$contentGateway: '@ezpublish.persistence.legacy.content.gateway'
tags:
- { name: kernel.event_subscriber }

Expand Down

0 comments on commit 71061b1

Please sign in to comment.