@@ -32,14 +32,11 @@ |
||
32 | 32 | use Symfony\Component\DependencyInjection\Container; |
33 | 33 | use Symfony\Component\Filesystem\Filesystem; |
34 | 34 | use Symfony\Component\Finder\Finder; |
35 | -use Symfony\Component\Form\Extension\Core\Type\FormType; |
|
36 | -use Symfony\Component\Form\Extension\Core\Type\TextType; |
|
37 | 35 | use Symfony\Component\HttpFoundation\File\UploadedFile; |
38 | 36 | use Symfony\Component\HttpFoundation\RedirectResponse; |
39 | 37 | use Symfony\Component\HttpFoundation\Request; |
40 | 38 | use Symfony\Component\Routing\Annotation\Route; |
41 | 39 | use Symfony\Component\Routing\Exception\RouteNotFoundException; |
42 | -use Symfony\Component\Validator\Constraints as Assert; |
|
43 | 40 | |
44 | 41 | class PluginController extends AbstractController |
45 | 42 | { |