Completed
Pull Request — dev (#61)
by Arnaud
02:53
created
Admin/Admin.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -11,15 +11,12 @@
 block discarded – undo
11 11
 use Exception;
12 12
 use LAG\AdminBundle\DataProvider\DataProviderInterface;
13 13
 use LAG\AdminBundle\Exception\AdminException;
14
-use LAG\AdminBundle\Filter\PagerfantaFilter;
15
-use LAG\AdminBundle\Filter\RequestFilter;
16 14
 use LAG\AdminBundle\Filter\RequestFilterInterface;
17 15
 use LAG\AdminBundle\Message\MessageHandlerInterface;
18 16
 use LAG\AdminBundle\Pager\PagerFantaAdminAdapter;
19 17
 use Pagerfanta\Pagerfanta;
20 18
 use Symfony\Component\DependencyInjection\Container;
21 19
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;
22
-use Symfony\Component\HttpFoundation\ParameterBag;
23 20
 use Symfony\Component\HttpFoundation\Request;
24 21
 use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
25 22
 use Symfony\Component\Security\Core\Role\Role;
Please login to merge, or discard this patch.