From: Jeremy Benoist Date: Sat, 15 Oct 2016 16:00:08 +0000 (+0200) Subject: CS X-Git-Tag: 2.2.0~3^2~87^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=5960aa1ffc8ee07850d4865a8df7440750af4b2b;p=github%2Fwallabag%2Fwallabag.git CS --- diff --git a/src/Wallabag/ApiBundle/Controller/WallabagRestController.php b/src/Wallabag/ApiBundle/Controller/WallabagRestController.php index 96f75807..3437bb9b 100644 --- a/src/Wallabag/ApiBundle/Controller/WallabagRestController.php +++ b/src/Wallabag/ApiBundle/Controller/WallabagRestController.php @@ -12,7 +12,6 @@ use Symfony\Component\Routing\Generator\UrlGeneratorInterface; use Symfony\Component\Security\Core\Exception\AccessDeniedException; use Wallabag\CoreBundle\Entity\Entry; use Wallabag\CoreBundle\Entity\Tag; -use FOS\RestBundle\Controller\Annotations\Route; class WallabagRestController extends FOSRestController {