aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ApiBundle/Controller/WallabagRestController.php
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-10-15 18:00:08 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-10-15 18:00:08 +0200
commit5960aa1ffc8ee07850d4865a8df7440750af4b2b (patch)
tree7258769d31ae352ba1021b7e87fc8aa3bf2d80cf /src/Wallabag/ApiBundle/Controller/WallabagRestController.php
parentf1c3f68e909e51f071f3f4b2ef9430163bbfd7a4 (diff)
downloadwallabag-5960aa1ffc8ee07850d4865a8df7440750af4b2b.tar.gz
wallabag-5960aa1ffc8ee07850d4865a8df7440750af4b2b.tar.zst
wallabag-5960aa1ffc8ee07850d4865a8df7440750af4b2b.zip
CS
Diffstat (limited to 'src/Wallabag/ApiBundle/Controller/WallabagRestController.php')
-rw-r--r--src/Wallabag/ApiBundle/Controller/WallabagRestController.php1
1 files changed, 0 insertions, 1 deletions
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;
12use Symfony\Component\Security\Core\Exception\AccessDeniedException; 12use Symfony\Component\Security\Core\Exception\AccessDeniedException;
13use Wallabag\CoreBundle\Entity\Entry; 13use Wallabag\CoreBundle\Entity\Entry;
14use Wallabag\CoreBundle\Entity\Tag; 14use Wallabag\CoreBundle\Entity\Tag;
15use FOS\RestBundle\Controller\Annotations\Route;
16 15
17class WallabagRestController extends FOSRestController 16class WallabagRestController extends FOSRestController
18{ 17{