]> git.immae.eu Git - github/wallabag/wallabag.git/blame - src/Acme/DemoBundle/AcmeDemoBundle.php
first implementation of security
[github/wallabag/wallabag.git] / src / Acme / DemoBundle / AcmeDemoBundle.php
CommitLineData
93fd4692
NL
1<?php
2
3namespace Acme\DemoBundle;
4
5use Symfony\Component\HttpKernel\Bundle\Bundle;
6
7class AcmeDemoBundle extends Bundle
8{
9}