]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Controller/TagController.php
unit test
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Controller / TagController.php
index 89284231579cd29563e0809f61e5be8bc517e6bd..e448cea1ebd181be873e1c2f6ca1e6e20794f7fb 100644 (file)
@@ -4,8 +4,6 @@ namespace Wallabag\CoreBundle\Controller;
 
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
 use Symfony\Bundle\FrameworkBundle\Controller\Controller;
-use Symfony\Component\HttpFoundation\Request;
-use Wallabag\CoreBundle\Entity\Tag;
 
 class TagController extends Controller
 {