]> git.immae.eu Git - github/wallabag/wallabag.git/blob - src/AppBundle/AppBundle.php
symfony is there
[github/wallabag/wallabag.git] / src / AppBundle / AppBundle.php
1 <?php
2
3 namespace AppBundle;
4
5 use Symfony\Component\HttpKernel\Bundle\Bundle;
6
7 class AppBundle extends Bundle
8 {
9 }