aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ApiBundle/Controller
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-10-22 09:17:01 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-10-22 09:17:01 +0200
commit3199ec4702cec9c10ad0c663bcf6ce799068c9aa (patch)
treebe23aaf72707b81b8e2faf891dd595b9b1456a06 /src/Wallabag/ApiBundle/Controller
parentd9b7768dca0049e76fc7b5cf6cc6cba0e2b40f3b (diff)
downloadwallabag-3199ec4702cec9c10ad0c663bcf6ce799068c9aa.tar.gz
wallabag-3199ec4702cec9c10ad0c663bcf6ce799068c9aa.tar.zst
wallabag-3199ec4702cec9c10ad0c663bcf6ce799068c9aa.zip
CS
Diffstat (limited to 'src/Wallabag/ApiBundle/Controller')
-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 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;
14use Wallabag\CoreBundle\Entity\Entry; 14use Wallabag\CoreBundle\Entity\Entry;
15use Wallabag\CoreBundle\Entity\Tag; 15use Wallabag\CoreBundle\Entity\Tag;
16use Wallabag\AnnotationBundle\Entity\Annotation; 16use Wallabag\AnnotationBundle\Entity\Annotation;
17use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
18 17
19class WallabagRestController extends FOSRestController 18class WallabagRestController extends FOSRestController
20{ 19{