aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/UserBundle/WallabagUserBundle.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-10-03 06:29:55 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2015-10-03 13:31:48 +0200
commit0a878469d4038c36c84d1dd707265d880fa342e8 (patch)
tree2e183d359d3f1f0767ebf56277f3fc7aa415ac3f /src/Wallabag/UserBundle/WallabagUserBundle.php
parent1210dae10589515d6f3824c75639342c5e1d52dd (diff)
downloadwallabag-0a878469d4038c36c84d1dd707265d880fa342e8.tar.gz
wallabag-0a878469d4038c36c84d1dd707265d880fa342e8.tar.zst
wallabag-0a878469d4038c36c84d1dd707265d880fa342e8.zip
move some files to UserBundle
Diffstat (limited to 'src/Wallabag/UserBundle/WallabagUserBundle.php')
-rw-r--r--src/Wallabag/UserBundle/WallabagUserBundle.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Wallabag/UserBundle/WallabagUserBundle.php b/src/Wallabag/UserBundle/WallabagUserBundle.php
index e6e65042..d9180b3b 100644
--- a/src/Wallabag/UserBundle/WallabagUserBundle.php
+++ b/src/Wallabag/UserBundle/WallabagUserBundle.php
@@ -6,4 +6,8 @@ use Symfony\Component\HttpKernel\Bundle\Bundle;
6 6
7class WallabagUserBundle extends Bundle 7class WallabagUserBundle extends Bundle
8{ 8{
9 public function getParent()
10 {
11 return 'FOSUserBundle';
12 }
9} 13}