This commit is contained in:
Jeremy Benoist 2016-10-22 09:17:01 +02:00
parent d9b7768dca
commit 3199ec4702
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C

View file

@ -14,7 +14,6 @@ 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
{