aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ApiBundle/Controller/WallabagRestController.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-14 15:00:42 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-10-22 09:06:07 +0200
commitd9b7768dca0049e76fc7b5cf6cc6cba0e2b40f3b (patch)
tree2489ddfae333db3506febc7d3322fe97fbf63af2 /src/Wallabag/ApiBundle/Controller/WallabagRestController.php
parente5edb6e1277e357e02a7f0efe3f5d0143502d4ae (diff)
downloadwallabag-d9b7768dca0049e76fc7b5cf6cc6cba0e2b40f3b.tar.gz
wallabag-d9b7768dca0049e76fc7b5cf6cc6cba0e2b40f3b.tar.zst
wallabag-d9b7768dca0049e76fc7b5cf6cc6cba0e2b40f3b.zip
Added a missing namespace
Diffstat (limited to 'src/Wallabag/ApiBundle/Controller/WallabagRestController.php')
-rw-r--r--src/Wallabag/ApiBundle/Controller/WallabagRestController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Wallabag/ApiBundle/Controller/WallabagRestController.php b/src/Wallabag/ApiBundle/Controller/WallabagRestController.php
index 0c709ca0..b6b6c9bf 100644
--- a/src/Wallabag/ApiBundle/Controller/WallabagRestController.php
+++ b/src/Wallabag/ApiBundle/Controller/WallabagRestController.php
@@ -14,6 +14,7 @@ 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;
17 18
18class WallabagRestController extends FOSRestController 19class WallabagRestController extends FOSRestController
19{ 20{