]> git.immae.eu Git - github/wallabag/wallabag.git/blob - src/Wallabag/UserBundle/WallabagUserBundle.php
remove old implementation for login/register/recover
[github/wallabag/wallabag.git] / src / Wallabag / UserBundle / WallabagUserBundle.php
1 <?php
2
3 namespace Wallabag\UserBundle;
4
5 use Symfony\Component\HttpKernel\Bundle\Bundle;
6
7 class WallabagUserBundle extends Bundle
8 {
9 }