aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/WallabagBundle/Resources/config/services.xml
blob: 02d82643c3825da7d5a2040d0b12b28a69f7b72b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" ?>

<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="wallabag.twig.extension.wallabag_extension" class="WallabagBundle\Twig\Extension\WallabagExtension">
            <tag name="twig.extension" />
        </service>
    </services>
</container>