@@ -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\TwigFilter; |
27 | 26 | use Twig\TwigFunction; |
28 | 27 |
@@ -20,13 +20,11 @@ discard block |
||
20 | 20 | use Sonata\AdminBundle\DependencyInjection\Compiler\AddDependencyCallsCompilerPass; |
21 | 21 | use Sonata\AdminBundle\DependencyInjection\SonataAdminExtension; |
22 | 22 | use Sonata\AdminBundle\Route\RoutesCache; |
23 | -use Sonata\BlockBundle\DependencyInjection\SonataBlockExtension; |
|
24 | 23 | use Sonata\DoctrinePHPCRAdminBundle\Route\PathInfoBuilderSlashes; |
25 | 24 | use Symfony\Bundle\FrameworkBundle\Translation\Translator; |
26 | 25 | use Symfony\Bundle\FrameworkBundle\Translation\TranslatorInterface; |
27 | 26 | use Symfony\Bundle\FrameworkBundle\Validator\ConstraintValidatorFactory; |
28 | 27 | use Symfony\Bundle\FrameworkBundle\Validator\Validator; |
29 | -use Symfony\Component\Config\FileLocatorInterface; |
|
30 | 28 | use Symfony\Component\DependencyInjection\ChildDefinition; |
31 | 29 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
32 | 30 | use Symfony\Component\DependencyInjection\Definition; |
@@ -34,7 +32,6 @@ discard block |
||
34 | 32 | use Symfony\Component\EventDispatcher\EventDispatcherInterface; |
35 | 33 | use Symfony\Component\Form\FormFactoryInterface; |
36 | 34 | use Symfony\Component\HttpFoundation\RequestStack; |
37 | -use Symfony\Component\HttpKernel\KernelInterface; |
|
38 | 35 | use Symfony\Component\PropertyAccess\PropertyAccessor; |
39 | 36 | use Symfony\Component\Routing\RouterInterface; |
40 | 37 | use Twig\Environment; |