From: Jeremy Benoist Date: Sat, 22 Oct 2016 07:17:01 +0000 (+0200) Subject: CS X-Git-Tag: 2.2.0~3^2~85^2~1 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=3199ec4702cec9c10ad0c663bcf6ce799068c9aa;hp=d9b7768dca0049e76fc7b5cf6cc6cba0e2b40f3b;p=github%2Fwallabag%2Fwallabag.git CS --- diff --git a/src/Wallabag/ApiBundle/Controller/WallabagRestController.php b/src/Wallabag/ApiBundle/Controller/WallabagRestController.php index b6b6c9bf..0c709ca0 100644 --- a/src/Wallabag/ApiBundle/Controller/WallabagRestController.php +++ b/src/Wallabag/ApiBundle/Controller/WallabagRestController.php @@ -14,7 +14,6 @@ use Symfony\Component\Security\Core\Exception\AccessDeniedException; use Wallabag\CoreBundle\Entity\Entry; use Wallabag\CoreBundle\Entity\Tag; use Wallabag\AnnotationBundle\Entity\Annotation; -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; class WallabagRestController extends FOSRestController {