From ad4d1caa9e744af57ca58a4e57576533eb682d00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Fri, 23 Jan 2015 16:28:37 +0100 Subject: move WallabagBundle into Wallabag:CoreBundle --- app/config/routing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/config') diff --git a/app/config/routing.yml b/app/config/routing.yml index d0ece8e3..b3c5291a 100644 --- a/app/config/routing.yml +++ b/app/config/routing.yml @@ -1,7 +1,7 @@ app: - resource: @WallabagBundle/Controller/ + resource: @WallabagCoreBundle/Controller/ type: annotation homepage: pattern: / - defaults: { _controller: WallabagBundle:Entry:showUnread } \ No newline at end of file + defaults: { _controller: CoreBundle:Entry:showUnread } \ No newline at end of file -- cgit v1.2.3