Completed
Push — 0.3-dev ( 29e489...87cbea )
by Arnaud
03:16
created
Admin/Factory/AdminFactory.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@  discard block
 block discarded – undo
3 3
 namespace LAG\AdminBundle\Admin\Factory;
4 4
 
5 5
 use Doctrine\ORM\EntityManager;
6
-use Doctrine\ORM\EntityRepository;
7 6
 use LAG\AdminBundle\Admin\Admin;
8 7
 use LAG\AdminBundle\Admin\AdminInterface;
9 8
 use LAG\AdminBundle\Admin\Configuration\AdminConfiguration;
@@ -14,7 +13,6 @@  discard block
 block discarded – undo
14 13
 use LAG\AdminBundle\Event\AdminFactoryEvent;
15 14
 use Exception;
16 15
 use LAG\AdminBundle\Message\MessageHandlerInterface;
17
-use LAG\AdminBundle\Repository\GenericRepository;
18 16
 use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
19 17
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;
20 18
 use Symfony\Component\HttpFoundation\ParameterBag;
Please login to merge, or discard this patch.