]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/ApiBundle/Controller/WallabagRestController.php
Added a missing namespace
[github/wallabag/wallabag.git] / src / Wallabag / ApiBundle / Controller / WallabagRestController.php
index 0c709ca099dfb964715338ce96ab413ef4310900..b6b6c9bf4aee48c3496eadeb9fec631ba2173424 100644 (file)
@@ -14,6 +14,7 @@ use Symfony\Component\Security\Core\Exception\AccessDeniedException;
 use Wallabag\CoreBundle\Entity\Entry;
 use Wallabag\CoreBundle\Entity\Tag;
 use Wallabag\AnnotationBundle\Entity\Annotation;
+use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
 
 class WallabagRestController extends FOSRestController
 {