@@ -13,7 +13,6 @@ |
||
| 13 | 13 | |
| 14 | 14 | use Doctrine\Common\Util\ClassUtils; |
| 15 | 15 | use Knp\Menu\FactoryInterface as MenuFactoryInterface; |
| 16 | -use Knp\Menu\ItemInterface; |
|
| 17 | 16 | use Knp\Menu\ItemInterface as MenuItemInterface; |
| 18 | 17 | use Sonata\AdminBundle\Builder\DatagridBuilderInterface; |
| 19 | 18 | use Sonata\AdminBundle\Builder\FormContractorInterface; |
@@ -17,7 +17,6 @@ discard block |
||
| 17 | 17 | use Sonata\AdminBundle\Admin\AbstractAdmin; |
| 18 | 18 | use Sonata\AdminBundle\Admin\FieldDescriptionCollection; |
| 19 | 19 | use Sonata\AdminBundle\Admin\Pool; |
| 20 | -use Sonata\AdminBundle\Bridge\Exporter\AdminExporter; |
|
| 21 | 20 | use Sonata\AdminBundle\Controller\CRUDController; |
| 22 | 21 | use Sonata\AdminBundle\Exception\LockException; |
| 23 | 22 | use Sonata\AdminBundle\Exception\ModelManagerException; |
@@ -34,7 +33,6 @@ discard block |
||
| 34 | 33 | use Symfony\Component\HttpFoundation\Session\Session; |
| 35 | 34 | use Symfony\Component\HttpFoundation\Session\Storage\MockArraySessionStorage; |
| 36 | 35 | use Symfony\Component\HttpKernel\Exception\HttpException; |
| 37 | -use Symfony\Component\HttpKernel\Kernel; |
|
| 38 | 36 | use Symfony\Component\HttpKernel\KernelInterface; |
| 39 | 37 | use Symfony\Component\Security\Core\Exception\AccessDeniedException; |
| 40 | 38 | use Symfony\Component\Security\Csrf\CsrfToken; |