]> git.immae.eu Git - github/wallabag/wallabag.git/blob - src/WallabagBundle/Resources/config/services.xml
some parameters, new entry form, etc.
[github/wallabag/wallabag.git] / src / WallabagBundle / Resources / config / services.xml
1 <?xml version="1.0" ?>
2
3 <container xmlns="http://symfony.com/schema/dic/services"
4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5 xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
6
7 <services>
8 <service id="wallabag.twig.extension.wallabag_extension" class="WallabagBundle\Twig\Extension\WallabagExtension">
9 <tag name="twig.extension" />
10 </service>
11 </services>
12 </container>