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

Commit

Permalink
Fix wrong dependency injection of ShariffShareBlockService (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Dec 15, 2019
2 parents d755722 + 046f38c commit f498962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/config/block.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<services>
<service id="core23_shariff.block.share" class="Core23\ShariffBundle\Block\Service\ShariffShareBlockService">
<tag name="sonata.block"/>
<argument type="service" id="sonata.templating"/>
<argument type="service" id="twig"/>
</service>
</services>
</container>

0 comments on commit f498962

Please sign in to comment.