@@ -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; |
@@ -22,7 +22,6 @@ |
||
22 | 22 | use Symfony\Component\Translation\TranslatorInterface; |
23 | 23 | use Twig\Environment; |
24 | 24 | use Twig\Extension\AbstractExtension; |
25 | -use Twig\Template; |
|
26 | 25 | use Twig\TemplateWrapper; |
27 | 26 | use Twig\TwigFilter; |
28 | 27 | use Twig\TwigFunction; |
@@ -33,7 +33,6 @@ |
||
33 | 33 | use Symfony\Component\Form\FormFactoryInterface; |
34 | 34 | use Symfony\Component\HttpFoundation\RequestStack; |
35 | 35 | use Symfony\Component\HttpFoundation\Session\Session; |
36 | -use Symfony\Component\HttpKernel\KernelInterface; |
|
37 | 36 | use Symfony\Component\PropertyAccess\PropertyAccessor; |
38 | 37 | use Symfony\Component\Routing\RouterInterface; |
39 | 38 | use Twig\Environment; |