]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/UserBundle/WallabagUserBundle.php
move some files to UserBundle
[github/wallabag/wallabag.git] / src / Wallabag / UserBundle / WallabagUserBundle.php
index e6e650423b95b1bb855c7b8efc81a549f50c3b85..d9180b3bd0bacb30d233c802c4a83616160c240d 100644 (file)
@@ -6,4 +6,8 @@ use Symfony\Component\HttpKernel\Bundle\Bundle;
 
 class WallabagUserBundle extends Bundle
 {
+    public function getParent()
+    {
+        return 'FOSUserBundle';
+    }
 }