@@ -12,7 +12,6 @@ |
||
12 | 12 | use Symfony\Component\Console\Output\OutputInterface; |
13 | 13 | use Sensio\Bundle\GeneratorBundle\Command\Validators; |
14 | 14 | use Symfony\Component\Console\Question\ChoiceQuestion; |
15 | -use Symfony\Component\Console\Question\ConfirmationQuestion; |
|
16 | 15 | use Symfony\Component\Console\Question\Question; |
17 | 16 | use Symfony\Component\HttpKernel\KernelInterface; |
18 | 17 |
@@ -7,7 +7,6 @@ |
||
7 | 7 | use Symfony\Component\Config\FileLocator; |
8 | 8 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
9 | 9 | use Symfony\Component\DependencyInjection\Definition; |
10 | -use Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface; |
|
11 | 10 | use Symfony\Component\DependencyInjection\Loader\XmlFileLoader; |
12 | 11 | use Symfony\Component\DependencyInjection\Reference; |
13 | 12 | use Symfony\Component\HttpKernel\DependencyInjection\Extension; |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Admingenerator\GeneratorBundle\Twig\Extension; |
4 | 4 | |
5 | -use Symfony\Component\Form\Extension\Csrf\CsrfProvider\CsrfProviderInterface; |
|
6 | 5 | use Symfony\Component\Security\Csrf\CsrfTokenManagerInterface; |
7 | 6 | |
8 | 7 | /** |