diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-10-22 09:17:01 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-10-22 09:17:01 +0200 |
commit | 3199ec4702cec9c10ad0c663bcf6ce799068c9aa (patch) | |
tree | be23aaf72707b81b8e2faf891dd595b9b1456a06 /src/Wallabag | |
parent | d9b7768dca0049e76fc7b5cf6cc6cba0e2b40f3b (diff) | |
download | wallabag-3199ec4702cec9c10ad0c663bcf6ce799068c9aa.tar.gz wallabag-3199ec4702cec9c10ad0c663bcf6ce799068c9aa.tar.zst wallabag-3199ec4702cec9c10ad0c663bcf6ce799068c9aa.zip |
CS
Diffstat (limited to 'src/Wallabag')
-rw-r--r-- | src/Wallabag/ApiBundle/Controller/WallabagRestController.php | 1 |
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; | |||
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; | ||
18 | 17 | ||
19 | class WallabagRestController extends FOSRestController | 18 | class WallabagRestController extends FOSRestController |
20 | { | 19 | { |