|
@@ -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.