]> git.immae.eu Git - github/wallabag/wallabag.git/blame - src/Wallabag/UserBundle/WallabagUserBundle.php
Autofocus the username field on the login page
[github/wallabag/wallabag.git] / src / Wallabag / UserBundle / WallabagUserBundle.php
CommitLineData
1210dae1
NL
1<?php
2
3namespace Wallabag\UserBundle;
4
5use Symfony\Component\HttpKernel\Bundle\Bundle;
6
7class WallabagUserBundle extends Bundle
8{
0a878469
NL
9 public function getParent()
10 {
11 return 'FOSUserBundle';
12 }
1210dae1 13}