Browse Source

Merge pull request #585 from Soullivaneuh/unused-import

Remove unused import
Jordi Boggiano 9 years ago
parent
commit
7da22fe1bd
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/Packagist/WebBundle/Controller/WebController.php

+ 0 - 2
src/Packagist/WebBundle/Controller/WebController.php

@@ -18,9 +18,7 @@ use Pagerfanta\Adapter\SolariumAdapter;
 use Pagerfanta\Pagerfanta;
 use Predis\Connection\ConnectionException;
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
-use Sensio\Bundle\FrameworkExtraBundle\Configuration\Cache;
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
-use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method;
 use Symfony\Component\HttpFoundation\JsonResponse;
 use Symfony\Component\HttpFoundation\Request;