]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Controller/ExportController.php
Fix getContainer in command
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Controller / ExportController.php
index b9e5a974acede4fc9d5f8cbcce36e3f1561b10c4..e61b6d3200e6c3ebfe1d484f749414ac0c770cbd 100644 (file)
@@ -7,7 +7,6 @@ use Symfony\Bundle\FrameworkBundle\Controller\Controller;
 use Symfony\Component\HttpFoundation\Request;
 use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
 use Wallabag\CoreBundle\Entity\Entry;
-use Wallabag\CoreBundle\Entity\Tag;
 
 /**
  * The try/catch can be removed once all formats will be implemented.