Browse Source

Remove unused import

Sullivan SENECHAL 10 years ago
parent
commit
975ed2ec49
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 Pagerfanta\Pagerfanta;
 use Predis\Connection\ConnectionException;
 use Predis\Connection\ConnectionException;
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
-use Sensio\Bundle\FrameworkExtraBundle\Configuration\Cache;
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
-use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method;
 use Symfony\Component\HttpFoundation\JsonResponse;
 use Symfony\Component\HttpFoundation\JsonResponse;
 use Symfony\Component\HttpFoundation\Request;
 use Symfony\Component\HttpFoundation\Request;