diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-14 15:00:42 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-10-22 09:06:07 +0200 |
commit | d9b7768dca0049e76fc7b5cf6cc6cba0e2b40f3b (patch) | |
tree | 2489ddfae333db3506febc7d3322fe97fbf63af2 | |
parent | e5edb6e1277e357e02a7f0efe3f5d0143502d4ae (diff) | |
download | wallabag-d9b7768dca0049e76fc7b5cf6cc6cba0e2b40f3b.tar.gz wallabag-d9b7768dca0049e76fc7b5cf6cc6cba0e2b40f3b.tar.zst wallabag-d9b7768dca0049e76fc7b5cf6cc6cba0e2b40f3b.zip |
Added a missing namespace
-rw-r--r-- | src/Wallabag/ApiBundle/Controller/WallabagRestController.php | 1 |
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; | |||
14 | use Wallabag\CoreBundle\Entity\Entry; | 14 | use Wallabag\CoreBundle\Entity\Entry; |
15 | use Wallabag\CoreBundle\Entity\Tag; | 15 | use Wallabag\CoreBundle\Entity\Tag; |
16 | use Wallabag\AnnotationBundle\Entity\Annotation; | 16 | use Wallabag\AnnotationBundle\Entity\Annotation; |
17 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; | ||
17 | 18 | ||
18 | class WallabagRestController extends FOSRestController | 19 | class WallabagRestController extends FOSRestController |
19 | { | 20 | { |