Added a missing namespace

This commit is contained in:
Nicolas Lœuillet 2016-10-14 15:00:42 +02:00 committed by Jeremy Benoist
parent e5edb6e127
commit d9b7768dca
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C

View 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
{