Skip to content

Commit

Permalink
Merge pull request #14 from nucleos/fix-twig
Browse files Browse the repository at this point in the history
Add missing tagging of ImpersonateExtension
  • Loading branch information
core23 authored Feb 1, 2020
2 parents 67d8058 + 7f9d831 commit 5a39eee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Resources/config/impersonating.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<container xmlns="http://symfony.com/schema/dic/services" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
<services>
<service id="Nucleos\UserAdminBundle\Twig\ImpersonateExtension">
<tag name="twig.extension"/>
<argument type="service" id="router"/>
<argument>null</argument>
<argument type="collection"/>
Expand Down

0 comments on commit 5a39eee

Please sign in to comment.