]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Added a missing namespace
authorNicolas LÅ“uillet <nicolas@loeuillet.org>
Fri, 14 Oct 2016 13:00:42 +0000 (15:00 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 22 Oct 2016 07:06:07 +0000 (09:06 +0200)
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
 {