Skip to content

Commit

Permalink
Remove deprecated usage of Symfony services
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric authored and kemoc committed May 10, 2017
1 parent 465a4d1 commit ba6d573
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion eZ/Bundle/EzPublishCoreBundle/Resources/config/routing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
abstract: true
calls:
- [setRequestContext, ["@router.request_context"]]
- [setSiteAccess, ["@?ezpublish.siteaccess="]]
- [setSiteAccess, ["@?ezpublish.siteaccess"]]
- [setSiteAccessRouter, ["@ezpublish.siteaccess_router"]]
- [setLogger, ["@?logger"]]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ services:

ezpublish.twig.extension.image:
class: "%ezpublish.twig.extension.image.class%"
arguments: ["@ezpublish.fieldtype.ezimage.variation_service"]
arguments: ["@ezpublish.fieldType.ezimage.variation_service"]
tags:
- { name: twig.extension }

Expand Down
2 changes: 1 addition & 1 deletion eZ/Bundle/EzPublishIOBundle/Resources/config/io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ services:
ezpublish.core.io.stream_file_listener:
class: "%ezpublish.core.io.stream_file_listener.class%"
arguments:
- "@ezpublish.fieldtype.ezimage.io_service"
- "@ezpublish.fieldType.ezimage.io_service"
- "@ezpublish.config.resolver"
tags:
- { name: kernel.event_subscriber }
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ services:
arguments:
- "@ezpublish_rest.parser_tools"
- "@ezpublish.api.service.content"
- "@ezpublish_rest.input.parser.versioninfo"
- "@ezpublish_rest.input.parser.VersionInfo"
- "@ezpublish_rest.field_type_parser"
tags:
- { name: ezpublish_rest.input.parser, mediaType: application/vnd.ez.api.Content }
Expand Down

0 comments on commit ba6d573

Please sign in to comment.