This commit is contained in:
Jeremy Benoist 2016-10-15 18:00:08 +02:00
parent f1c3f68e90
commit 5960aa1ffc
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C

View file

@ -12,7 +12,6 @@ use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
use Symfony\Component\Security\Core\Exception\AccessDeniedException;
use Wallabag\CoreBundle\Entity\Entry;
use Wallabag\CoreBundle\Entity\Tag;
use FOS\RestBundle\Controller\Annotations\Route;
class WallabagRestController extends FOSRestController
{