Skip to content

Commit

Permalink
Merge pull request #51 from sadikoff/patch-1
Browse files Browse the repository at this point in the history
Bring back twig extension
  • Loading branch information
weaverryan authored Aug 6, 2020
2 parents 9d3bba0 + bcebf7a commit 169d0b6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
<argument type="service" id="twig"/>
<argument type="service" id="knp_disqus.disqus_client"/>
<argument>%kernel.environment%</argument>
<tag name="twig.runtime" />
</service>

<service id="Knp\Bundle\DisqusBundle\Twig\Extension\DisqusExtension">
<tag name="twig.extension" />
</service>
</services>
</container>

0 comments on commit 169d0b6

Please sign in to comment.