Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Removed templating dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Sep 20, 2018
1 parent dfe9f3d commit 80f1075
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 @@ -33,7 +33,7 @@
"matthiasnoback/symfony-dependency-injection-test": "^2.3",
"sllh/composer-lint": "^1.0",
"sonata-project/admin-bundle": "^3.35",
"sonata-project/block-bundle": "^3.9",
"sonata-project/block-bundle": "^3.11",
"symfony/phpunit-bridge": "^4.0"
},
"suggest": {
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/config/block.xml
Expand Up @@ -4,7 +4,7 @@
<service id="core23_facebook.block.page_feed" class="Core23\FacebookBundle\Block\Service\PageFeedBlockService">
<tag name="sonata.block"/>
<argument>core23_facebook.block.page_feed</argument>
<argument type="service" id="templating"/>
<argument type="service" id="sonata.templating"/>
<argument type="service" id="core23_facebook.connection"/>
<call method="setLogger">
<argument type="service" id="logger"/>
Expand Down

0 comments on commit 80f1075

Please sign in to comment.