aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller/TagController.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-08-07 20:29:03 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-08-07 20:29:03 +0200
commitd0b90fbe18da72dc09a0ef748fa178314f6657b6 (patch)
treea9da927dc9db6653aaa87c9dbfe590300387c5b9 /src/Wallabag/CoreBundle/Controller/TagController.php
parent47e12c36776b21184267521ecbfd90f714ca9b2c (diff)
downloadwallabag-d0b90fbe18da72dc09a0ef748fa178314f6657b6.tar.gz
wallabag-d0b90fbe18da72dc09a0ef748fa178314f6657b6.tar.zst
wallabag-d0b90fbe18da72dc09a0ef748fa178314f6657b6.zip
unit test
Diffstat (limited to 'src/Wallabag/CoreBundle/Controller/TagController.php')
-rw-r--r--src/Wallabag/CoreBundle/Controller/TagController.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Wallabag/CoreBundle/Controller/TagController.php b/src/Wallabag/CoreBundle/Controller/TagController.php
index 89284231..e448cea1 100644
--- a/src/Wallabag/CoreBundle/Controller/TagController.php
+++ b/src/Wallabag/CoreBundle/Controller/TagController.php
@@ -4,8 +4,6 @@ namespace Wallabag\CoreBundle\Controller;
4 4
5use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; 5use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
6use Symfony\Bundle\FrameworkBundle\Controller\Controller; 6use Symfony\Bundle\FrameworkBundle\Controller\Controller;
7use Symfony\Component\HttpFoundation\Request;
8use Wallabag\CoreBundle\Entity\Tag;
9 7
10class TagController extends Controller 8class TagController extends Controller
11{ 9{