Skip to content

Commit

Permalink
Switch from templating service to sonata.templating
Browse files Browse the repository at this point in the history
  • Loading branch information
covex-nn authored and greg0ire committed Jan 25, 2018
1 parent 627a751 commit df721a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -22,7 +22,7 @@
"require": {
"php": "^5.6 || ^7.0",
"sonata-project/admin-bundle": "^3.28",
"sonata-project/block-bundle": "^3.8",
"sonata-project/block-bundle": "^3.11",
"sonata-project/core-bundle": "^3.7.1",
"symfony/config": "^2.8 || ^3.2 || ^4.0",
"symfony/dependency-injection": "^2.8 || ^3.2 || ^4.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/config/block.xml
Expand Up @@ -7,7 +7,7 @@
<service id="sonata_translation.block.locale_switcher" class="%sonata_translation.block.locale_switcher.class%">
<tag name="sonata.block"/>
<argument>sonata_translation.block.locale_switcher</argument>
<argument type="service" id="templating"/>
<argument type="service" id="sonata.templating"/>
</service>
</services>
</container>

0 comments on commit df721a9

Please sign in to comment.