@@ -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 | |
@@ -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 | /** |